mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 09:12:57 +02:00
feat(mobile): new mobile UI (#12582)
This commit is contained in:
parent
b59abdff3d
commit
e9813315e7
56 changed files with 1960 additions and 1274 deletions
mobile/lib/models/albums
5
mobile/lib/models/albums/album_search.model.dart
Normal file
5
mobile/lib/models/albums/album_search.model.dart
Normal file
|
@ -0,0 +1,5 @@
|
|||
enum QuickFilterMode {
|
||||
all,
|
||||
sharedWithMe,
|
||||
myAlbums,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue