From 834d9cb2c480ba0133de92906e6c9f65c69c572a Mon Sep 17 00:00:00 2001 From: iris Date: Tue, 2 Jun 2026 10:14:50 +0200 Subject: [PATCH] docs(web-ui): update CSS bundle description for split stylesheet layout --- docs/web-ui/shape.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/web-ui/shape.md b/docs/web-ui/shape.md index 29dce188..054f771a 100644 --- a/docs/web-ui/shape.md +++ b/docs/web-ui/shape.md @@ -15,7 +15,9 @@ - `GET /static/*` → bundled CSS + JS produced by esbuild (`frontend/packages/{dashboard,agent}/build.mjs`). Both pages pull the shared terminal pane + Catppuccin palette + typography - from `@hive/shared` (was `hive-fr0nt`); the CSS bundle inlines + from `@hive/shared` (was `hive-fr0nt`); the dashboard ships four + CSS bundles (`common.css` loaded by every page, plus per-page + `dashboard.css` / `flow.css` / `logs.css`); `common.css` inlines `base.css` + `terminal.css` via esbuild's `@import` resolution. `terminal.js` exports `{ create, linkify }` as ES module members (no more `window.HiveTerminal` global outside the