This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
immich
Watch
1
Star
0
Fork
0
You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced
2025-07-05 06:00:24 +02:00
Code
Issues
Releases
Activity
Files
0d66a6b51ffae3725219d4de47cfa63dd1a38912
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 New Issue
Copy Permalink