feat: cool app bar

This commit is contained in:
Alex
2025-07-07 22:25:14 -05:00
parent d5eff115e8
commit 7173bdf60b
6 changed files with 658 additions and 12 deletions
@@ -27,7 +27,12 @@ class DriftLibraryPage extends ConsumerWidget {
return const Scaffold(
body: CustomScrollView(
slivers: [
ImmichSliverAppBar(),
ImmichSliverAppBar(
snap: false,
floating: false,
pinned: true,
showUploadButton: false,
),
_ActionButtonGrid(),
_CollectionCards(),
_QuickAccessButtonList(),