hyperhive/frontend/packages/dashboard/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris 6c75030420 fix(#1015,#1016): declare overflow vars before syncTabFromHash() call
overflowBtn/overflowDrop/overflowWrap were declared after syncTabFromHash()
was invoked. activateTab() calls updateTabbarOverflow() which closes over
these consts — hitting them in the TDZ threw ReferenceError on every page
load, also preventing fetchAndRenderToolGroups() from running (tool-groups
section stuck at loading).
2026-06-01 20:42:42 +02:00
..
common.js common.js + flow.js + index.html + flow.html: cookie scrub + doc pointers (#712 batch 13 cont.) 2026-05-31 15:09:54 +02:00
dashboard.css feat(#1007): select-as-action — picking a parent directly triggers M0V3 2026-06-01 20:31:35 +02:00
flow.html feat(#986): dedicated logs page with build/agent/system sub-tabs 2026-06-01 19:20:54 +02:00
flow.js common.js + flow.js + index.html + flow.html: cookie scrub + doc pointers (#712 batch 13 cont.) 2026-05-31 15:09:54 +02:00
index.html refactor(#1005): rename capabilities → tool-groups throughout UI 2026-06-01 20:27:28 +02:00
logs.html feat(#986): dedicated logs page with build/agent/system sub-tabs 2026-06-01 19:20:54 +02:00
logs.js fix(989): correct four live build-log viewer bugs in logs.js 2026-06-01 19:20:54 +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 fix(#1015,#1016): declare overflow vars before syncTabFromHash() call 2026-06-01 20:42:42 +02:00