CSS-override approach: light-mode rules in index.css target Tailwind utility
classes when body.light is present — no component rewrites. Theme persists
in localStorage. Toggle button next to FPD in toolbar.
Custom classes for elements that needed mode-specific styling:
- pms-cell (Práce mimo směnu cells)
- pms-label (rotated PMS column header)
- pms-week (week-row PMS cell, merges visually in light mode)
- schedule-wrapper (decouples table container from weekend cell tint)
Also: vite.config.ts proxy 3080 → 3090 to point at the TKB server.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Full rewrite of METRO HMG for TKB tunnel department:
- People-based grid (18 TKB + 5 IT), year-long calendar
- Color-coded shift values (4/6/8/12/A/B/D/N/U/O)
- Drag-and-drop cells, multi-cell selection (click/ctrl/shift/drag)
- Right-click context menu with color palette
- Tunnel closure + Metro + D8 info rows (toggleable)
- Czech holidays highlighted with names
- PDF export (2-page A4 landscape, DejaVu font for Czech chars)
- Improvement proposals system
- Sticky headers (vertical + horizontal scroll)
- Cell value filter toggles in legend
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>