mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-29 18:46:59 +00:00
The backdrop shipped a leva control panel — a Shift+Y dev tweak surface for opacity, blend mode, filters and a radius scalar — that has never been touched since the app landed. Its hooks ran in every build, dev and packaged alike: only the panel's visibility was gated on `import.meta.env.DEV`, not the two `useControls` calls or the zustand store behind them. Inline the values it was already rendering with and delete the dependency; leva was the only thing importing it in the tree. One of those controls was doing real damage. `--radius-scalar` shipped as 0.6 in styles.css, but the slider's 0.2 default was written onto the root element on mount, so every window that mounts the backdrop rendered at 0.2 and every window that doesn't kept 0.6. The token now declares 0.2 — the value the chat has actually rendered at all along. The remaining static values (0.025 opacity, difference blend, 160dvh, top left, invert) become classes; saturate(1)/brightness(1) were identity and are dropped. |
||
|---|---|---|
| .. | ||
| bootstrap-installer | ||
| desktop | ||
| shared | ||