Skip to content

feat: add skip button to tutorial welcome screen#219

Merged
Larkooo merged 5 commits intomainfrom
lattice/1774648287
Mar 27, 2026
Merged

feat: add skip button to tutorial welcome screen#219
Larkooo merged 5 commits intomainfrom
lattice/1774648287

Conversation

@Larkooo
Copy link
Copy Markdown
Contributor

@Larkooo Larkooo commented Mar 27, 2026

Summary

  • Adds a "SKIP" button to the tutorial welcome overlay (HOME_WELCOME step) so first-time users can dismiss the tutorial and go straight to playing
  • Calls the existing completeTutorial() to mark the tutorial as done and persist the choice to localStorage
  • Only appears on the welcome step; all other tutorial steps are unchanged

Test plan

  • Load app with cleared localStorage (or incognito) to trigger first-time tutorial
  • Verify "SKIP" button appears in the bottom-left of the welcome tooltip card
  • Tap SKIP — overlay dismisses, tutorial is marked complete, user can play freely
  • Tap Practice instead — tutorial proceeds normally as before
  • Reload after skipping — confirm tutorial does not reappear

🤖 Generated with Claude Code

Lets first-time users dismiss the tutorial overlay from the
HOME_WELCOME step instead of being forced into practice mode.

Co-Authored-By: Lattice
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
glitchbomb Ready Ready Preview Mar 27, 2026 10:13pm
glitchbomb-storybook Ready Ready Preview Mar 27, 2026 10:13pm

Request Review

Places the "SKIP TUTORIAL" pill button above the welcome tooltip
so it's clearly visible. Uses cardBg for a solid dark background.

Co-Authored-By: Lattice
Larger text (text-xs), brighter green color, stronger border,
subtle glow, active:scale-95 press feedback, and a chevron
arrow to signal it's interactive.

Co-Authored-By: Lattice
@Larkooo Larkooo merged commit cf61fac into main Mar 27, 2026
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant