-
Notifications
You must be signed in to change notification settings - Fork 352
[FEATURE] No way to replay the onboarding tour once dismissed #1785
Copy link
Copy link
Open
Labels
enhancementImprovement to existing functionalityImprovement to existing functionalitygood first issueGood for newcomers and beginnersGood for newcomers and beginnersgssoc'26GirlScript Summer of Code 2026GirlScript Summer of Code 2026level:beginnerBeginner level - 20 ptsBeginner level - 20 ptstype:designUI/UX designUI/UX designtype:featureNew featureNew featureui/uxUser interface or experience improvementUser interface or experience improvement
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementImprovement to existing functionalityImprovement to existing functionalitygood first issueGood for newcomers and beginnersGood for newcomers and beginnersgssoc'26GirlScript Summer of Code 2026GirlScript Summer of Code 2026level:beginnerBeginner level - 20 ptsBeginner level - 20 ptstype:designUI/UX designUI/UX designtype:featureNew featureNew featureui/uxUser interface or experience improvementUser interface or experience improvement
Feature description
OnboardingTour.tsxsets a permanentlocalStorageflag (TOUR_KEY) on dismissal (line 261) with no UI anywhere to clear it and see the tour again.Problem this solves
A user who dismissed the tour too quickly, or a returning user who forgot the shortcuts, has no way to revisit it short of manually clearing browser storage.
Proposed solution
A small "Replay tour" link/button, e.g. in the Footer or the Keyboard Shortcuts panel, that clears the localStorage key and re-triggers the tour.