fae8b4e2e4
Use a pinia store to manage session state
...
Replace the convoluted useAccountSession composable with a pinia store
that in addition allows for the consolidation of all session related
functions to grouped into one module.
2025-05-24 18:18:27 +02:00
399a4d2ca5
Add account based filtering of the schedule
...
/ build (push) Has been cancelled
/ deploy (push) Has been cancelled
Implement personal filtering of the schedule based on events marked as
being interested in and filtering based on assigned crew for events.
2025-03-15 22:47:32 +01:00
d0ee6a40eb
Pass schedule as a prop to Timetable
2025-03-14 17:38:01 +01:00
13f344472e
Move schedule fetching into useSchedule composable
2025-03-10 15:41:32 +01:00
245169950a
Fixes on reading the session object
2025-03-09 22:18:42 +01:00
8ef4636635
Add create account functionality
2025-03-07 23:53:57 +01:00
ca51c07065
Move push notification setting to separate page
...
Set up a dedicated Account Setttings page to hold account specific
settings such as the push notifications.
2025-03-07 18:43:24 +01:00
250ca9a1ac
Port application from Next.js to Nuxt
...
Nuxt is based on Vue.js and I find their building blocks to be much
neater compared to the React based Next.js.
2025-03-05 15:36:50 +01:00