owltide/pages
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 Add per account locale setting 2025-06-13 21:50:22 +02:00
admin.vue Add admin page that can edit users 2025-06-23 00:28:59 +02:00
build-info.vue Add /build-info page displaying 2025-05-20 00:07:58 +02:00
edit.vue Refactor ClientSchedule to mutable types 2025-06-24 00:07:18 +02:00
index.vue Use a pinia store to manage account state 2025-05-24 20:01:23 +02:00
login.vue Move /api/account to /api/auth/account 2025-05-31 21:44:19 +02:00
schedule.vue Refactor user storage and update 2025-06-23 00:28:58 +02:00