owltide/stores
Hornwitser e3ff872b5c
All checks were successful
/ build (push) Successful in 1m30s
/ deploy (push) Successful in 16s
Refactor ClientSchedule to mutable types
Use a single mutable location, event, slot, etc, for each unique
resource that keeps track of the local editable client copy and
the server copy of the data contained in it.

This makes it much simpler to update these data structures as I can take
advantage of the v-model bindings in Vue.js and work with the system
instead of against it.
2025-06-24 00:07:18 +02:00
..
account.ts Add admin page that can edit users 2025-06-23 00:28:59 +02:00
schedules.ts Refactor ClientSchedule to mutable types 2025-06-24 00:07:18 +02:00
session.ts Refactor API types and sync logic 2025-06-11 21:05:17 +02:00
users.ts Remove type from Api serialisation of ClientMap 2025-06-23 18:17:23 +02:00