mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat: cool app bar
This commit is contained in:
parent
d5eff115e8
commit
7173bdf60b
6 changed files with 658 additions and 12 deletions
|
|
@ -4,6 +4,7 @@ import 'package:hooks_riverpod/hooks_riverpod.dart';
|
|||
import 'package:immich_mobile/presentation/widgets/timeline/timeline.widget.dart';
|
||||
import 'package:immich_mobile/providers/infrastructure/timeline.provider.dart';
|
||||
import 'package:immich_mobile/providers/user.provider.dart';
|
||||
import 'package:immich_mobile/widgets/common/mesmerizing_sliver_app_bar.dart';
|
||||
|
||||
@RoutePage()
|
||||
class DriftArchivePage extends StatelessWidget {
|
||||
|
|
@ -27,7 +28,9 @@ class DriftArchivePage extends StatelessWidget {
|
|||
},
|
||||
),
|
||||
],
|
||||
child: const Timeline(),
|
||||
child: const Timeline(
|
||||
appBar: MesmerizingSliverAppBar(),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue