Skip to content

Commit 2fceb31

Browse files
jeremymanningclaude
andcommitted
Remove skip button toast notification
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent db55711 commit 2fceb31

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/ui/tutorial.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -309,12 +309,6 @@ export function advanceTutorial(event) {
309309
state.hasSkippedQuestion = true;
310310
saveState();
311311
}
312-
// Show skip toast only if we're past step 4 (skip is explained there)
313-
if (state.step > 4 && !state.skipToastShown) {
314-
state.skipToastShown = true;
315-
showToast('Noted! The system now knows this topic might be unfamiliar.');
316-
saveState();
317-
}
318312
}
319313

320314
const stepDef = getStepDef(state.step);

0 commit comments

Comments
 (0)