added calendar events refresh

This commit is contained in:
ivic00
2024-11-17 20:23:41 +01:00
parent a95191c890
commit d7928c799d
5 changed files with 78 additions and 28 deletions

View File

@ -11,3 +11,4 @@ export const selectedNewEventDateAtom = atom<Date | undefined>(undefined);
export const settingsPageIndex = atom<number>(0);
export const userSettingsView = atom<boolean>(true);
export const toDosPageIndex = atom<number>(0);
export const refreshTriggerAtom = atom<boolean>(false);