feat(ui): migrate dashboard runtime to React #28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/react-migration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Migrate the dashboard from SvelteKit to a React/Vite client with a Bun HTTP server for API routes and static asset serving.
Why
Reusable dashboard UI now lives as React components, with Tailwind v4 and selected shadcn/ui primitives available for future shared component work.
Changes
Testing
bun run test:qaNotes