commit all local changes in a logical order and grouping. don't commit @api/convex/_generated/api.d.ts
Committed the frontend changes in two logical groups and left the generated Convex API file uncommitted as requested.
Commits
6bda08a feat(frontend): refresh home onboarding and feedd4b5bb7 feat(frontend): simplify public traces viewNot Committed
api/convex/_generated/api.d.ts remains modified and unstaged.Next steps if you want:
bun run dev.make primary colors in dark mode a touch darker @frontend/app/globals.css
Dark-mode primary tokens are now a touch darker in frontend/app/globals.css (primary, border, strong, and gradient stops updated together).
Want me to commit this change, or leave it staged/unstaged?
add some drop shadow on the check icon in stepmarker in @frontend/components/HomeOnboardingWizard.tsx
Added a subtle drop shadow to the completed step check icon in frontend/components/HomeOnboardingWizard.tsx.
Want me to commit this along with the dark-mode primary tweak, or keep both changes uncommitted?
make it solid
Updated to a solid black drop shadow on the check icon in frontend/components/HomeOnboardingWizard.tsx.
Want any tweak to the shadow size/offset, or is this solid look good?
make it 50% opacity
Updated the check icon shadow to 50% opacity in frontend/components/HomeOnboardingWizard.tsx.
Want me to commit the dark-mode primary tweak + this shadow change together?
make it 20%
Set the check icon shadow to 20% opacity in frontend/components/HomeOnboardingWizard.tsx.
If you want, I can now commit both this and the dark-mode primary tweak in one commit.
use 30% and add a little blur
Updated to 30% opacity with a small blur in frontend/components/HomeOnboardingWizard.tsx.
Want me to commit this and the dark-mode primary tweak together?
use borders on the step markers
Added borders to all StepMarker states in frontend/components/HomeOnboardingWizard.tsx (completed uses border-primary-border/60, active uses border-primary/30, inactive uses subtle foreground borders).
Want any border weight tweaks or color adjustments?