hyperhive/frontend/packages/agent/src/components
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris 49c3b86dfd agent ui: reset cancel-turn busy state via .finally(), not a thinking-flip effect
argus (PR review): the thinking-flip useEffect left the button stuck
disabled if the /api/cancel POST itself failed while the turn was
still genuinely thinking, since nothing re-fires the effect. Switch
onCancelTurn's signature to () => Promise<void> and reset cancelBusy
in a .finally() on that promise instead — fires on success or
failure alike, matching app.js's original
postCancelTurn().finally(() => { btn.disabled = false; }).
2026-08-30 04:05:26 +02:00
..
Header.tsx agent: badges join the pills cluster, not the other way around 2026-08-28 22:47:49 +02:00
HeaderPill.tsx agent: HeaderPill wraps Badge instead of a hand-styled pill 2026-08-29 10:12:19 +02:00
InboxPanel.tsx agent: TodosPanel/InboxPanel flyouts + header pills 2026-08-28 22:05:13 +02:00
LiveStream.tsx agent: TermInput — composer + slash commands 2026-08-28 22:05:13 +02:00
LoginFlow.css agent: LoginFlow — one card, matching Dropdown's popup visual language 2026-08-28 22:05:13 +02:00
LoginFlow.tsx agent: LoginFlow — one card, matching Dropdown's popup visual language 2026-08-28 22:05:13 +02:00
MetaNav.css agent: remove rebuild button, move dashboard link into the links menu 2026-08-28 23:40:56 +02:00
MetaNav.tsx badge: add a quiet variant for icon-only header triggers 2026-08-29 20:28:19 +02:00
Row.tsx agent: LiveStream/Row/DetailsRow — Preact live event pane 2026-08-28 22:05:13 +02:00
SidePanel.css agent: TodosPanel/InboxPanel flyouts + header pills 2026-08-28 22:05:13 +02:00
SidePanel.tsx agent: TodosPanel/InboxPanel flyouts + header pills 2026-08-28 22:05:13 +02:00
StatusChips.css agent: meta-nav popout + header height fix + badge row consistency 2026-08-28 22:05:13 +02:00
StatusChips.tsx agent ui: reset cancel-turn busy state via .finally(), not a thinking-flip effect 2026-08-30 04:05:26 +02:00
TermInput.tsx agent: TermInput — composer + slash commands 2026-08-28 22:05:13 +02:00
TodosPanel.tsx agent: TodosPanel/InboxPanel flyouts + header pills 2026-08-28 22:05:13 +02:00