updating frontend to new standards

This commit is contained in:
2023-01-10 22:49:59 -05:00
parent d8ca168844
commit 472fe457ed
16 changed files with 774 additions and 502 deletions

View File

@@ -15,5 +15,5 @@ export const locationFilterAtom = atom({})
export const roomFilterAtom = atom({})
// Notification history and notification stack
export const notificationHistory = atom([])
export const notifications = atomWithReset([])
export const notificationHistoryAtom = atom([])
export const notificationQueueAtom = atomWithReset([])