hyperhive/frontend/packages/dashboard/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris 07e729ae24 chore: last frontend style nits — http case in common.js, setTimeout wrappers
- common.js fetchStateFile: 'HTTP' -> 'http' — last uppercase instance
  in the frontend (tabs.js, app.js, logs.js already fixed in prior PRs)
- tabs.js: two redundant arrow wrappers in setTimeout dropped —
  setTimeout(() => f(), N) -> setTimeout(f, N) where f takes no args
2026-06-01 23:34:52 +02:00
..
common.js chore: last frontend style nits — http case in common.js, setTimeout wrappers 2026-06-01 23:34:52 +02:00
dashboard.css chore: frontend cleanup — replaceChildren, missing source badge, http case 2026-06-01 22:48:21 +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 chore: replaceChildren + http case in flow.js and logs.js 2026-06-01 23:13:50 +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 chore: replaceChildren + http case in flow.js and logs.js 2026-06-01 23:13:50 +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 chore: last frontend style nits — http case in common.js, setTimeout wrappers 2026-06-01 23:34:52 +02:00