docs(web-ui): update CSS bundle description for split stylesheet layout
This commit is contained in:
parent
f55d3baa0a
commit
834d9cb2c4
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,9 @@
|
||||||
- `GET /static/*` → bundled CSS + JS produced by esbuild
|
- `GET /static/*` → bundled CSS + JS produced by esbuild
|
||||||
(`frontend/packages/{dashboard,agent}/build.mjs`). Both pages
|
(`frontend/packages/{dashboard,agent}/build.mjs`). Both pages
|
||||||
pull the shared terminal pane + Catppuccin palette + typography
|
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.
|
`base.css` + `terminal.css` via esbuild's `@import` resolution.
|
||||||
`terminal.js` exports `{ create, linkify }` as ES module
|
`terminal.js` exports `{ create, linkify }` as ES module
|
||||||
members (no more `window.HiveTerminal` global outside the
|
members (no more `window.HiveTerminal` global outside the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue