fabro/apps/fabro-web/app
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
..
components chore(web): namespace static images under /images and skip in HTTP logs 2026-04-30 08:57:14 -04:00
data fix: close sandbox-native metadata gaps 2026-04-28 08:05:18 -07:00
layouts chore(web): namespace static images under /images and skip in HTTP logs 2026-04-30 08:57:14 -04:00
lib refactor(web): narrow event property reads via shared helpers 2026-04-30 22:45:38 -04:00
routes refactor: drop type assertions and reuse generated enums 2026-04-30 22:45:38 -04:00
app.css refactor(web): drop light mode, go dark-only 2026-04-20 09:27:08 -04:00
entry.tsx refactor(web): move server state to SWR 2026-04-25 07:16:41 -04:00
install-api.test.ts feat(install): add sandbox provider step to web install wizard 2026-04-27 14:59:17 -07:00
install-api.ts feat(install): add sandbox provider step to web install wizard 2026-04-27 14:59:17 -07:00
install-app.test.tsx feat(install): add sandbox provider step to web install wizard 2026-04-27 14:59:17 -07:00
install-app.tsx chore(web): namespace static images under /images and skip in HTTP logs 2026-04-30 08:57:14 -04:00
install-config.test.ts fix(install): exclude openai-compatible from v1 setup 2026-04-19 11:43:38 -04:00
install-config.ts feat(install): redesign web wizard and scope dev token to PAT installs 2026-04-19 16:11:02 -04:00
install-flow.test.ts fix(install): exclude openai-compatible from v1 setup 2026-04-19 11:43:38 -04:00
install-flow.ts fix(install): exclude openai-compatible from v1 setup 2026-04-19 11:43:38 -04:00
install-router.test.tsx fix(install): mount wizard at root route 2026-04-24 12:59:16 -04:00
install-router.tsx fix(install): mount wizard at root route 2026-04-24 12:59:16 -04:00
mode.test.ts fix(install): harden web wizard against review findings 2026-04-19 12:43:00 -04:00
mode.ts fix(install): harden web wizard against review findings 2026-04-19 12:43:00 -04:00
root.tsx refactor(web): drop light mode, go dark-only 2026-04-20 09:27:08 -04:00
router.test.tsx refactor(setup): remove browser-based GitHub app bootstrap 2026-04-13 18:25:29 -04:00
router.tsx feat(web): add run logs view 2026-04-26 17:38:22 -04:00