state-hub/dashboard
tegwick 0546a1bb2a feat(dashboard): add entity detail modal and fixed-layout tables
Replace Inputs.table() with buildEntityTable() across workstreams and
tasks pages. Add click-to-detail modal (openEntityModal) on all entity
list views: workstreams, tasks, extension points, and technical debt.

- New component: src/components/entity-modal.js
  - openEntityModal(entity, type) — full-detail overlay (Esc/click-outside to close)
  - buildEntityTable(rows, cols, onRowClick) — table-layout:fixed, overflow-safe wrapper
  - CSS injected lazily; no separate stylesheet required

- Tables: table-layout:fixed keeps content within the content column;
  title col 32%, workstream col 14%, all cells ellipsis + title tooltip
- Cards (EP, TD): onclick → modal; workstream name span gets title tooltip
- Blocked task cards also wired to modal

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 18:28:44 +01:00
..
src feat(dashboard): add entity detail modal and fixed-layout tables 2026-02-27 18:28:44 +01:00
observablehq.config.js feat(state-hub): add Extension Points and Technical Debt tracking 2026-02-27 07:29:51 +01:00
package-lock.json Add state-hub v0.1 — local-first state service for the Custodian 2026-02-24 17:47:49 +01:00
package.json Add state-hub v0.1 — local-first state service for the Custodian 2026-02-24 17:47:49 +01:00