iris
ea5115c3a6
feat(dashboard): split monolithic CSS into common + per-page bundles
dashboard.css was 2500+ lines covering every page. Split into four
separate esbuild entry points:
- common.css — @hive/shared imports + shared typography, badges,
buttons, inbox/compose, side panel, diff panel,
path linkification, logs-header chrome (shared by
flow + logs)
- dashboard.css — dashboard-only styles (tabs, container rows,
approvals, questions, permissions, schedules, etc.)
- flow.css — flow page chrome (frosted header, composer, inbox pill)
- logs.css — log viewer sub-tabs (journal-*, build-logs-*)
Each HTML file now loads common.css + its own page-specific bundle.
build.mjs updated to produce all four CSS outputs. All builds pass.
Closes #1056
|
2026-06-02 11:19:32 +02:00 |
| .. |
|
common.css
|
feat(dashboard): split monolithic CSS into common + per-page bundles
|
2026-06-02 11:19:32 +02:00 |
|
common.js
|
chore: last frontend style nits — http case in common.js, setTimeout wrappers
|
2026-06-01 23:34:52 +02:00 |
|
dashboard.css
|
feat(dashboard): split monolithic CSS into common + per-page bundles
|
2026-06-02 11:19:32 +02:00 |
|
flow.css
|
feat(dashboard): split monolithic CSS into common + per-page bundles
|
2026-06-02 11:19:32 +02:00 |
|
flow.html
|
feat(dashboard): split monolithic CSS into common + per-page bundles
|
2026-06-02 11:19:32 +02:00 |
|
flow.js
|
chore: replaceChildren + http case in flow.js and logs.js
|
2026-06-01 23:13:50 +02:00 |
|
index.html
|
feat(dashboard): split monolithic CSS into common + per-page bundles
|
2026-06-02 11:19:32 +02:00 |
|
logs.css
|
feat(dashboard): split monolithic CSS into common + per-page bundles
|
2026-06-02 11:19:32 +02:00 |
|
logs.html
|
feat(dashboard): split monolithic CSS into common + per-page bundles
|
2026-06-02 11:19:32 +02:00 |
|
logs.js
|
chore: replaceChildren + http case in flow.js and logs.js
|
2026-06-01 23:13:50 +02:00 |
|
stream-worker.js
|
chore: scrub #NNN issue references from code comments and nix descriptions
|
2026-06-01 13:30:52 +02:00 |
|
tabs.js
|
chore(#1055): address argus review nits
|
2026-06-02 11:15:33 +02:00 |