Commit Graph

5 Commits

Author SHA1 Message Date
Julien Calixte
406a4d5ec5 style(dashboard): use fixed units for dot scatter spacing 2026-05-28 00:50:14 +02:00
Julien Calixte
421903aa89 style(dashboard): add vertical breathing room between dot rows
Widen the vertical step between the two dot rows so they're less cramped.
2026-05-28 00:48:12 +02:00
Julien Calixte
268769c26e style(dashboard): tighten dot spacing and align date labels
Cluster each section's dots closer (narrower horizontal step) and shift
the date label right so it starts under the dot rather than off to its
left.
2026-05-28 00:45:04 +02:00
Julien Calixte
743ddfa899 style(dashboard): reposition dot map labels
Anchor each defect's date label at the dot's bottom-right (splaying
diagonally down-right) and move the "+N more" marker to the section's
bottom-left so it no longer collides with the A2/A3/A4 size label.
2026-05-28 00:43:05 +02:00
Julien Calixte
3e5f7d3643 feat(dashboard): red-dot weak-point map on /defects (T7)
Overlay each filed defect as a red dot inside its section box with a
diagonal date label; cap visible dots and collapse the remainder to a
"+N more" using the authoritative per-section counts (T6).

Add an `overlay` scoped slot to BoardView (C2) so the dashboard can layer
dots without forking the board definition (F1); the reporting view leaves
it empty. DotMap groups the bounded feed by section and the /defects page
wires both endpoints.
2026-05-28 00:31:17 +02:00