Launch polish: design-system warm-up, boot shell, wireframe parity, honest states - #15
Merged
Merged
Conversation
…wireframes Built from a 142-finding verified UI/UX audit. Highlights: - Boot: branded static shell + critical CSS in index.html (no more white screen), self-hosted Caveat with a metric-matched fallback, full OG/social meta, real favicons, immutable asset caching via _headers, route-level code splitting, an error boundary (no more white-screen crash path). - Design system: warmed ink/gray/shadow ramp on the cream paper, one accent discipline (cyan + a purple for selection), spacing/radius/type/motion tokens, paper grain, styled markdown links/headings/tables, an inline SVG icon set replacing mixed unicode glyphs, AA-passing contrast. - Chat: drafts no longer wake a cold Durable Object; failed turns render a retryable card instead of vanishing; instant local echo on send; autoscroll respects reading scrollback; no user bubbles (right-margin marker stroke + timestamps); "Worked from <app>" attribution; PrincetonCourses evidence cards; offer_choices + request_app elicitation tools (server + UI) with turn-ending stopWhen; app-aware suggestions; truthful composer note. - Sidebar/shell: pinned general chat, search, starred/recent, browse-all, workspaces coming soon, real links (cmd-click works), two-step delete that actually clears the transcript, 404, per-route document.title, session- expiry interstitial that preserves the page, sign-in deep-link return. - Sign-in: a real front door with the product name, example questions, app chips, attribution, and honest error copy. - My apps: two-column divider rows with personality copy, master connectivity switch, My Calendars section (Apple Calendar soon), TigerMenus/ TigerFoodies/custom-app coming-soon rows, serialized toggle pushes, truthful connection copy. - Agenda -> Daily Summary: sticky-note header, today's classes as time blocks, per-app modules with real loading/empty/error states and retries, registration countdown only from a verified future date, coming-soon teasers for TigerMenus and The Forum. - Server: friendly connect errors, per-turn outage note appended to the system prompt, voice guidance, confirm-before-any-write rule. Claude-Session: https://claude.ai/code/session_01MKLJUWk6biNAKXupHTTWn5
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.
Implements the Figma wireframes and fixes the launch audit's findings (142 verified issues: 8 blockers, 40 majors, plus the fidelity/polish tail). Founder overrides honored: no chat bubbles; Forum, workspaces, TigerMenus, TigerFoodies, Apple Calendar, and custom-app connect ship as coming-soon affordances; no fabricated data anywhere (the registration countdown fails closed).
Verified: tsc + vite build clean; headless-Chrome walkthrough of the four user paths at 1440px/375px with zero console errors, one
per route, zero horizontal overflow, correct per-route titles.Known follow-ups (not in this PR): chat index is still localStorage-only (needs a desk-DO chat list), desk tool calls are serialized pending a server batch entry point, og.png headline could be regenerated,
diag()callable should be deleted once hibernation observation ends.https://claude.ai/code/session_01MKLJUWk6biNAKXupHTTWn5