feat(mobile): improve explore page and allow metadata search (#2097)

This commit is contained in:
Alex 2023-03-28 10:34:06 -05:00 committed by GitHub
parent f0e272d0f2
commit 0854737be2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 249 additions and 54 deletions

View file

@ -6,7 +6,7 @@ import 'package:immich_mobile/shared/models/store.dart';
class CuratedRow extends StatelessWidget {
final List<CuratedContent> content;
final double imageSize;
/// Callback with the content and the index when tapped
final Function(CuratedContent, int)? onTap;
@ -19,7 +19,6 @@ class CuratedRow extends StatelessWidget {
@override
Widget build(BuildContext context) {
// Guard empty [content]
if (content.isEmpty) {
// Return empty thumbnail