Feat/onboarding rethink#58
Merged
Merged
Conversation
… circuit selection - Step 1: 3-option experience level selector (new/learning/experienced) - Step 2: Pre-Season circuit picker (ground-zero, operator-readiness, terrain-recon) with auto-default based on experience - Step 3: Grid position confirmation (unchanged) - Step indicator reduced from 4 to 3 steps - handleFinish: always starts as "sre" discipline, uses selectedExperience/selectedCircuit - Removed ROLE_OPTIONS, GAP_OPTIONS, ROLE_TO_CIRCUIT, ROLE_TO_DISCIPLINE and all unused icon imports https://claude.ai/code/session_015Z3657oEV8kAwQN1gbiDMh
Each circuit card now shows the F1 track SVG on the right side using the circuit's f1TrackSvgUrl. Blue-tinted filter matches CircuitPanel, opacity transitions between 0.4 (unselected) and 0.85 (selected). https://claude.ai/code/session_015Z3657oEV8kAwQN1gbiDMh
- Outer padding 48px→24px, inner gap 32→16 - Car image width 280px→320px - Blue borderTop moved from outer wrapper to above name div https://claude.ai/code/session_015Z3657oEV8kAwQN1gbiDMh
- Car image width 320px→400px with marginTop/marginBottom 0px - borderTop moved back to outer wrapper div - Inner flex gap 16→12 https://claude.ai/code/session_015Z3657oEV8kAwQN1gbiDMh
- Add country field to UserState interface and migration - New step 3: 4-column grid of 26 country options with flag emoji - Grid position screen moves to step 4, StepIndicator shows 4 steps - Country selection persisted via handleFinish https://claude.ai/code/session_015Z3657oEV8kAwQN1gbiDMh
- Add code field to COUNTRY_OPTIONS for 2-letter country codes - Render flag images from flagcdn.com/32x24 with rounded corners - Show globe emoji fallback for "Other" option - Card layout updated to column flex with 11px label below flag https://claude.ai/code/session_015Z3657oEV8kAwQN1gbiDMh
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.
What does this PR do?
Type of change
Checklist
npx tsc --noEmit)npx dt-app dev