Merge branch 'main' into cool-app-bar

This commit is contained in:
Alex
2025-07-09 10:20:06 -05:00
committed by Alex Tran
49 changed files with 1148 additions and 241 deletions
@@ -32,7 +32,7 @@ class DriftArchivePage extends StatelessWidget {
child: Timeline(
appBar: MesmerizingSliverAppBar(
title: 'archive'.t(context: context),
icon: Icons.archive_outlined, // Icon for the archive page
icon: Icons.archive_outlined,
),
),
);