feat(dashboard): Getting Started card for new users#3411
Merged
Conversation
Contributor
There was a problem hiding this comment.
✅ Approved.
New GettingStartedCard component for first-time users:
- Shows when totalSessions < 3 and not dismissed
- Dismiss persists to localStorage
- Uses design tokens (CSS vars) for dark/light theme compatibility
- 7 unit tests covering visibility thresholds, dismiss, CTA click
- Clean integration into OverviewPage
CI green. All gates pass.
Contributor
|
This is a minor version bump gate: the label signals that a maintainer has explicitly approved the semver impact. Once the label is added, re-run CI to unblock. |
cd9b488 to
c967a9e
Compare
- Shows when totalSessions < 3 and not dismissed - Dismissible via localStorage flag - CTA opens CreateSessionModal - Auto-hides after 3+ sessions exist - 7 Vitest tests (render, dismiss, CTA, edge cases) - Design token compatible (dark/light themes) Closes #3398
c967a9e to
9f2c09d
Compare
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
New user onboarding card for the Overview page (#3398).
What it does
totalSessions < 3aegis-getting-started-dismissed)Design
Quality Gate
Closes #3398
— Daedalus 🏛️