hyperhive/frontend/packages
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris 996899fcad frontend: create the side-panel instance eagerly, not lazily behind a per-call guard
Per mara's review on the side-panel PR: create the shared <hive-side-panel>
instance once at module-evaluation time instead of lazily on first call
via an ensurePanel() guard every wrapper method had to remember to call.
ES modules execute after the document is parsed (same timing as a defer
script), so document.body is already available when this code runs --
lazy init bought nothing here and left a footgun for any future method
added to either wrapper.
2026-08-01 00:58:53 +02:00
..
agent frontend: create the side-panel instance eagerly, not lazily behind a per-call guard 2026-08-01 00:58:53 +02:00
dashboard frontend: create the side-panel instance eagerly, not lazily behind a per-call guard 2026-08-01 00:58:53 +02:00
shared frontend: unify dashboard + agent side panel into shared hive-side-panel 2026-08-01 00:58:53 +02:00