feat(ui): reliability foundation — error boundary, health banner, Vercel fix#18
Merged
Merged
Conversation
… fix. Wrap the dashboard in an ErrorBoundary with recovery UI, poll /health for a global status banner, and keep Vercel builds frontend-only via .vercelignore. Connection save/clear now surfaces toast feedback with unified error copy. Co-authored-by: Cursor <cursoragent@cursor.com>
…bundle. Vercel was detecting pyproject.toml after the Vite build and packaging ~5.4 GB of Python deps. Upload only frontend/ plus root deploy config so the bundle stays under the 500 MB ephemeral storage limit. Co-authored-by: Cursor <cursoragent@cursor.com>
4 tasks
Prepares Plan A API hosting alongside reliability foundation; full runbook lands in PR #24 (DEPLOY-FREE.md). Co-authored-by: Cursor <cursoragent@cursor.com>
PR #18 imported icons, onboarding context, and routing from later stacked PRs, breaking TypeScript CI. Restore local onboarding state and remove forward references so the reliability foundation builds alone. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ErrorBoundarywithStateViewfallback and retry/healthfor global API status in the topbar and degraded banner.vercelignoreand rootmiddleware.tsTest plan
npm run buildpasses