Add loading and not-found pages for app and sessions#929
Merged
ashish921998 merged 10 commits intomainfrom Apr 6, 2026
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…k mock Polling errors no longer throw to the error boundary when a session is already loaded, preventing transient network blips from unmounting the view. Added missing next/link mock in error.test.tsx. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…link mock Transient 404 during polling no longer kicks user off an active session view. Also added missing next/link mock in session error test. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0e3f6c8. Configure here.
harsh-batheja
approved these changes
Apr 6, 2026
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.

Closes #799
This adds app-level and session-level
loading.tsxandnot-found.tsxroutes so route transitions and 404s render dedicated UI instead of falling back to generic behavior.\n\nEach route includes focused tests for the new loading spinners and not-found states.\n\nIt also stabilizes isolated workspace checks by makingwebandclitypecheck build their workspace dependencies first and by adding Vitest aliases for local workspace package resolution.\n\nThat keeps package-local verification working without changing the shipped UI behavior beyond the new loading and 404 screens.