WIP: Change notification settings

This commit is contained in:
Maarten 2024-08-08 21:01:07 +02:00
parent 351d4f3c6d
commit af72b25932
14 changed files with 241 additions and 15 deletions

View file

@ -19,6 +19,10 @@ const dataStore = createSlice( {
latitude: '',
longitude: '',
},
notifications: {
dayBefore: '',
sameDay: '',
},
},
reloadCalendar: true,
viewCategory: null,