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
..
components
agent ui: reset cancel-turn busy state via .finally(), not a thinking-flip effect
2026-08-30 04:05:26 +02:00
hooks
agent: TermInput — composer + slash commands
2026-08-28 22:05:13 +02:00
lib
agent ui: stop pause/resume from navigating to hive-c0re's raw response
2026-08-30 03:57:11 +02:00
agent.css
agent.css: delete dead .overflow-btn/.overflow-menu/.overflow-item rules
2026-08-29 10:16:00 +02:00
colors.css
refactor(frontend): base16 theme contract in a swappable colors.css
2026-06-08 21:24:07 +02:00
css.d.ts
agent: scaffold Preact rewrite, Header + StatusChips first slice
2026-08-28 22:05:13 +02:00
index.html
agent: remove rebuild button, move dashboard link into the links menu
2026-08-28 23:40:56 +02:00
main.tsx
agent: cutover — index.html now serves the Preact rewrite, app.js deleted
2026-08-28 23:14:52 +02:00
Root.tsx
agent ui: reset cancel-turn busy state via .finally(), not a thinking-flip effect
2026-08-30 04:05:26 +02:00
screen.html
docs(web-ui/agent): add back-link nav + fix stale doc pointer in screen.html
2026-06-29 00:31:06 +02:00
stats.html
feat( #2659 ): serve hive-bash-mcp over persistent streamable-http, drop stdio bridge
2026-07-23 18:01:20 +02:00
stats.js
feat( #2659 ): serve hive-bash-mcp over persistent streamable-http, drop stdio bridge
2026-07-23 18:01:20 +02:00
theme.css
refactor(frontend): base16 theme contract in a swappable colors.css
2026-06-08 21:24:07 +02:00
types.ts
agent: meta-nav, favicon fallback, document.title
2026-08-28 22:05:13 +02:00