mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
feat: random memories sort order (#20025)
This commit is contained in:
parent
6c6b00067b
commit
d92df63f84
11 changed files with 218 additions and 12 deletions
|
|
@ -71,6 +71,14 @@ export enum MemoryType {
|
|||
OnThisDay = 'on_this_day',
|
||||
}
|
||||
|
||||
export enum AssetOrderWithRandom {
|
||||
// Include existing values
|
||||
Asc = AssetOrder.Asc,
|
||||
Desc = AssetOrder.Desc,
|
||||
/** Randomly Ordered */
|
||||
Random = 'random',
|
||||
}
|
||||
|
||||
export enum Permission {
|
||||
All = 'all',
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue