Add landing page at / + comprehensive UX overhaul#2
Draft
Copilot wants to merge 8 commits into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: saifsoub <35741624+saifsoub@users.noreply.github.com>
…dd roles, UX improvements Co-authored-by: saifsoub <35741624+saifsoub@users.noreply.github.com>
…ovements Co-authored-by: saifsoub <35741624+saifsoub@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Analyze user experience across all system roles
Fix broken project structure, add system roles, and implement UX improvements
Mar 8, 2026
…r, Cmd+Enter forms Co-authored-by: saifsoub <35741624+saifsoub@users.noreply.github.com>
Copilot
AI
changed the title
Fix broken project structure, add system roles, and implement UX improvements
UX overhaul: ScoreRing, toast system, sectioned sidebar, color-coded scores
Mar 8, 2026
Co-authored-by: saifsoub <35741624+saifsoub@users.noreply.github.com>
Copilot
AI
changed the title
UX overhaul: ScoreRing, toast system, sectioned sidebar, color-coded scores
Add landing page at Mar 8, 2026
/ + comprehensive UX overhaul
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.
The root
/silently redirected to/dashboardwith no visible page or links. Separately, the overall UI lacked visual hierarchy, keyboard shortcuts, contextual feedback, and score legibility.Landing page (
app/page.tsx)redirect("/dashboard")with a full entry page/dashboard) + secondary (/briefings) CTAs, and a stats stripUX overhaul
New components
components/score-ring.tsx— SVG circular progress arc with adaptive colour scale (green ≥75 / orange ≥55 / yellow ≥35 / red <35), human label ("Building", "Strong"…), and compactScoreBadgefor inline usecomponents/toast.tsx— floatingaria-livetoast region (bottom-right, slide-up, 4.5s auto-dismiss,crypto.randomUUID())Sidebar — 5 labelled sections (Overview / Revenue Engine / Brand & IP / Strategy / System), left accent bar on active item, icon colouring, role switcher at bottom
Forms —
QuickCreateuses toasts instead of inline banners; Cmd+Enter / Ctrl+Enter submits;cn()for all conditional classnamesDashboard — ScoreRing hero replaces plain number; 3 KPI tiles + 3 mini score tiles; 6-column score breakdown row; ranked opportunities with revenue inline; numbered weekly focus; Quick Access links
Table —
ScoreBadgewith colour coding, semantic status colours (LIVE=green, SELLING=purple, VALIDATING=yellow…), row hoverStyles — custom scrollbar,
::selectionaccent, smooth scroll,.card-interactiveglow-border on hover,focus-visiblering; Tailwind keyframes:fade-in,slide-up,slide-in-leftOriginal prompt
This pull request was created from Copilot chat.
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.