iris
d900d25482
agent web UI: wrap the OAuth login URL instead of letting it overflow the card
...
claude's real OAuth URL is one long unbroken query-string token, no
whitespace for the browser to break on. Without overflow-wrap the
<a> just kept going past the login card's right edge instead of
wrapping at the card's bounded width (mara reported this with a
screenshot). overflow-wrap: anywhere lets it break mid-token as a
last resort, scoped to just the URL line (.login-url) rather than
the whole card.
2026-08-31 19:24:42 +02:00
..
components
agent web UI: wrap the OAuth login URL instead of letting it overflow the card
2026-08-31 19:24:42 +02:00
hooks
useAgentState: re-arm the poll loop from refresh() instead of killing it
2026-08-31 19:02:57 +02:00
lib
Drop classifyEvent.ts, render TermMsg directly
2026-08-30 21:23:28 +02:00
agent.css
agent page: consolidate alive/thinking/paused into one status badge
2026-08-30 15:12:03 +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 web UI: keep the turn-state badge live instead of freezing until reload
2026-08-31 19:02:57 +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 page: show resolved model as the model badge's tooltip
2026-08-30 14:43:07 +02:00