Added Tab Bar, search bar and suggested search terms from assets metadata, tags ()

This commit is contained in:
Alex 2022-02-27 12:43:29 -06:00 committed by GitHub
parent f181dba964
commit bfde308492
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 487 additions and 39 deletions
mobile/lib/modules/home/ui

View file

@ -12,11 +12,9 @@ import 'package:immich_mobile/shared/providers/backup.provider.dart';
class ImmichSliverAppBar extends ConsumerWidget {
const ImmichSliverAppBar({
Key? key,
required this.imageGridGroup,
this.onPopBack,
}) : super(key: key);
final List<Widget> imageGridGroup;
final Function? onPopBack;
@override
@ -46,7 +44,7 @@ class ImmichSliverAppBar extends ConsumerWidget {
style: GoogleFonts.snowburstOne(
textStyle: TextStyle(
fontWeight: FontWeight.bold,
fontSize: 18,
fontSize: 22,
color: Theme.of(context).primaryColor,
),
),