This website requires JavaScript.
Explore
Help
Sign in
helpy4
/
immich
Watch
1
Star
0
Fork
You've already forked immich
0
mirror of
https://github.com/immich-app/immich
synced
2025-10-17 18:19:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
397808dd1a
immich
/
mobile
/
lib
/
constants
/
enums.dart
11 lines
97 B
Dart
Raw
Normal View
History
Unescape
Escape
feat(album): album view sort order (#14648) * feat(mobile): album view sort order * feat: add error message * refactor(mobile): album page (#14659) * refactor album page * update lint rule * const record * fix: updating sort order when pull to refresh --------- Co-authored-by: Alex <alex.tran1502@gmail.com> * Move sort toggle button to bottom sheet menu * chore: revert multiselectgrid loading status * chore: revert multiselectgrid loading status --------- Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com>
2024-12-16 10:11:48 -06:00
enum
SortOrder
{
asc
,
desc
,
}
feat: search by description (#15818) * feat: search by description * wip: mobile * wip: mobile ui * wip: mobile search logic * feat: using f_unaccent * icon to fit with text search
2025-02-02 15:18:13 -06:00
enum
TextSearchType
{
context
,
filename
,
description
,
}
Reference in a new issue
Copy permalink