fabro/apps/fabro-web/app/routes
Bryan Helmkamp 7cb120b96c
Some checks are pending
Rust / Format (push) Waiting to run
Rust / Clippy (push) Waiting to run
Rust / Generated Docs (push) Waiting to run
Rust / Test (Linux) (push) Waiting to run
Rust / Test (macOS) (push) Waiting to run
TypeScript / Typecheck (push) Waiting to run
TypeScript / Test (push) Waiting to run
TypeScript / Build (push) Waiting to run
refactor: drop type assertions and reuse generated enums
Replace local CommandTermination/CommandOutputStream literal unions with
the generated enums from fabro-api-client, drop `as` casts and the `id!`
non-null assertion in run-stages, flatten the 6-deep status ternary into
streamStatus(), and use fabro_util::time::elapsed_ms in handler/llm/cli.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-30 22:45:38 -04:00
..
run-files refactor: simplify after stage status unification 2026-04-30 08:02:08 -04:00
auth-login.tsx refactor(web): move server state to SWR 2026-04-25 07:16:41 -04:00
insights-editor.tsx refactor(web): simplify run logs view 2026-04-26 17:47:10 -04:00
insights-new.tsx Rename Arc to Fabro in TypeScript/JavaScript 2026-03-12 11:13:18 -04:00
insights.tsx refactor(web): move server state to SWR 2026-04-25 07:16:41 -04:00
redirect-home.tsx refactor(web): move server state to SWR 2026-04-25 07:16:41 -04:00
run-billing.tsx refactor(web): regenerate client for precise stage states 2026-04-30 06:33:12 -04:00
run-detail.test.ts feat(web): drop Unarchive action from archive toast 2026-04-27 16:10:16 -07:00
run-detail.tsx refactor(web): drop source/sandbox path line from run header 2026-04-30 08:31:09 -04:00
run-files.test.ts fix(run-files): normalize degraded file diffs 2026-04-29 13:00:55 -04:00
run-files.tsx fix(run-files): normalize degraded file diffs 2026-04-29 13:00:55 -04:00
run-graph.tsx ui(web): syntax-highlight DOT source on run graph page 2026-04-29 09:09:45 -04:00
run-logs.tsx chore: simplify sandbox-native git metadata code 2026-04-28 06:39:01 -07:00
run-overview.tsx refactor: simplify after stage status unification 2026-04-30 08:02:08 -04:00
run-settings.tsx refactor(web): narrow event property reads via shared helpers 2026-04-30 22:45:38 -04:00
run-stages.test.ts fix(web): sanitize markdown links in run stages 2026-04-21 09:12:18 -04:00
run-stages.tsx refactor: drop type assertions and reuse generated enums 2026-04-30 22:45:38 -04:00
runs.test.tsx fix(web): include server URL in auth quick start 2026-04-29 07:45:17 -04:00
runs.tsx style(web): widen runs empty-state to max-w-xl 2026-04-30 08:10:24 -04:00
settings.tsx refactor(web): share settings panel UI between server and run pages 2026-04-29 17:10:07 -04:00
setup.test.ts feat(web): show GitHub App install return state on /setup 2026-04-29 10:41:28 -04:00
setup.tsx feat(web): show GitHub App install return state on /setup 2026-04-29 10:41:28 -04:00
start.tsx chore(web): namespace static images under /images and skip in HTTP logs 2026-04-30 08:57:14 -04:00
workflow-definition.tsx refactor(web): move server state to SWR 2026-04-25 07:16:41 -04:00
workflow-detail.tsx refactor: simplify after stage status unification 2026-04-30 08:02:08 -04:00
workflow-diagram.tsx refactor(web): drop vestigial graphTheme aliases and dead code 2026-04-20 09:32:45 -04:00
workflow-runs.tsx refactor(web): move server state to SWR 2026-04-25 07:16:41 -04:00
workflows.tsx refactor(web): move server state to SWR 2026-04-25 07:16:41 -04:00