feat(web): polish site experience and app states - #41
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 65a81ee45a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Codex Review: Didn't find any major issues. Nice work! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
nuqsSuspense boundaryWhy
The web experience had a blank or shifting configurator transition, a generic error card that did not match the site, limited clipboard feedback, and several accessibility and navigation inconsistencies. The Open Graph image also needed to follow the App Router convention without changing route-specific metadata.
Impact
Users get a more stable configurator transition, consistent error recovery, clearer interaction feedback, and stronger keyboard and assistive-technology behavior. The static configurator shell now renders immediately instead of waiting for URL-backed configuration state.
Validation
pnpm test- 72 tests passedpnpm typecheckpnpm lintgit diff --check