512f1fd92b90060103828e64eb6fd4e6d179aee2
Adds a "Můj plán na dnešek" card near the clock-in: for the logged-in user it shows today's work-plan entry — category (coloured dot + label), the project/site (the "where"), the note, and a "součást rozsahu …" badge only for genuinely multi-day ranges. A muted "Pro dnešek nemáte naplánováno." empty state when nothing is scheduled. Server: GET /api/admin/dashboard now returns today_plan, reusing plan.service resolveCell (override-beats-range precedence) for the current user + today's local (Prague) date, enriched with the category label + colour so the widget needs no extra query. Gated by attendance.record / attendance.manage (the plan permission); omitted otherwise. No migration. Verified in Chrome: renders today's entry (Práce · OBJ-2026-006 — koko) with the category colour. tsc -b --noEmit, npm run build, vitest 152/152. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Description
No description provided