adapt to more pages

This commit is contained in:
Alex 2025-07-08 12:58:38 -05:00
parent 8987b2de17
commit 596a3bd689
No known key found for this signature in database
GPG key ID: 53CD082B3A5E1082
17 changed files with 248 additions and 298 deletions

View file

@ -32,6 +32,7 @@ class DriftFavoritePage extends StatelessWidget {
child: Timeline(
appBar: MesmerizingSliverAppBar(
title: 'favorites'.t(context: context),
icon: Icons.favorite_outline,
),
),
);