feat(ui): complete dashboard stack + Plan A deploy#25
Merged
Conversation
…opy. Migrate timeline empties to StateView, replace unicode nav glyphs with SVGs, and remove developer-only hints from assistant messaging. Co-authored-by: Cursor <cursoragent@cursor.com>
Add a four-step onboarding flow, persist settings under cortex_settings_v2, surface workspace presets and live-demo context on Home, and wire replay tour. Co-authored-by: Cursor <cursoragent@cursor.com>
…uild Restore App, AppContext, and hash routing needed by onboarding v2 and HomeView deep links after PR18 scope isolation. Include optional coverage_score on QueryResponse used by Home metrics. Co-authored-by: Cursor <cursoragent@cursor.com>
Add a decision detail side panel, client-side Ask filters and trust-weighted sorting, and clearer what/why/who/systems presentation in StoryStrip. Co-authored-by: Cursor <cursoragent@cursor.com>
PR21 AskView uses onDetail before PR22 lands; include the prop on DecisionCard so the stacked branch builds independently. Co-authored-by: Cursor <cursoragent@cursor.com>
AskView renders "1 shown · N total" in the results h2, not "1 result". Update the lineage journey assertion so mocked-search e2e passes without a live backend. Co-authored-by: Cursor <cursoragent@cursor.com>
Support hash routes for decisions and Ask queries, sync selection between graph and list, and add copy-link actions with Lineage StateView retries. Co-authored-by: Cursor <cursoragent@cursor.com>
Re-enable axe color-contrast checks, expand e2e demo journey coverage, add Vitest smoke tests, and improve Agents inject preview plus Review diffs. Co-authored-by: Cursor <cursoragent@cursor.com>
Ship render.yaml blueprint, production API startup with migrate/seed hooks, DEPLOY-FREE.md runbook, VITE_API_URL for static hosts, and live-demo detection for pages.dev/onrender.com. Co-authored-by: Cursor <cursoragent@cursor.com>
feat(deploy): Plan A free tier — Cloudflare Pages + Render
Update CLAUDE.md phase table — dashboard stack done, launch in progress. Co-authored-by: Cursor <cursoragent@cursor.com>
Surfaces DEPLOY-FREE.md for $0 portfolio hosting and updates Phase 7 roadmap status for launch prep. Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
docs/DEPLOY-FREE.md, Cloudflare Pages + Render blueprintmain; PRs feat(ui): visual and state consistency pass #19–feat(deploy): Plan A free tier — Cloudflare Pages + Render #24 were merged stack-to-stackTest plan
npm test— 11/11 Vitestnpm run build— tsc + Vite passnpm run test:e2e— 8/8 Playwright (mocked API, no live backend)Made with Cursor