feat(web+server): map date filters + small changes (#2565)

This commit is contained in:
Michel Heusschen 2023-05-25 18:47:52 +02:00 committed by GitHub
parent bcc2c34eef
commit 062e2eca6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 429 additions and 178 deletions

View file

@ -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: ''
});