bert.hausmans
6eb8ae7aa4
feat(timetable): pinia store + CSS tokens (Session 4 steps 5+7)
useTimetableStore — pinia composition store carrying:
- activeDayId synced to ?day query param at the page level
- selectedPerformanceId for popover anchor + keyboard focus
- drag state (dragPerformanceId / dragOriginSnapshot / dragGhost) for
optimistic preview + 409 rollback
- statusFilter (defaults: all on except cancelled, per prototype §4.7)
- searchQuery for the wachtrij filter
styles/tokens/_timetable.scss — RFC v0.2 D21:
- 9 status palettes (bg / border / fg / dot custom properties)
- cancelled-hatch repeating gradient
- conflict / capacity-warn / capacity-critical / B2B / trashed colours
- lane geometry (height, gap, padding, block radius)
- canvas + axis backgrounds and tick lines
- drag-ghost + focus-ring + day-tab chrome
- tt-cascade-pulse keyframe animation for D18 cascaded[] visualisation
Imported once via assets/styles/styles.scss so the variables are available
everywhere via var(--tt-…).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-09 01:42:18 +02:00
..
2026-05-06 01:03:25 +02:00
2026-05-09 01:42:18 +02:00
2026-05-05 22:01:32 +02:00
2026-05-09 01:41:04 +02:00
2026-05-05 21:35:32 +02:00
2026-05-09 01:39:14 +02:00
2026-05-07 17:59:05 +02:00
2026-05-05 22:01:32 +02:00
2026-05-05 21:40:32 +02:00
2026-05-09 01:37:00 +02:00
2026-05-09 01:42:18 +02:00
2026-05-09 01:42:18 +02:00
2026-05-09 01:37:00 +02:00
2026-05-06 00:20:12 +02:00
2026-05-07 17:56:21 +02:00