mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(web+server): map date filters + small changes (#2565)
This commit is contained in:
parent
bcc2c34eef
commit
062e2eca6f
18 changed files with 429 additions and 178 deletions
|
|
@ -23,5 +23,8 @@ export const locale = persisted<string | undefined>('locale', undefined, {
|
|||
|
||||
export const mapSettings = persisted<MapSettings>('map-settings', {
|
||||
allowDarkMode: true,
|
||||
onlyFavorites: false
|
||||
onlyFavorites: false,
|
||||
relativeDate: '',
|
||||
dateAfter: '',
|
||||
dateBefore: ''
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue