feat(help): add Getting started tutorial card to Help section#3925
Merged
Conversation
Surfaces the complete screenpipe tutorial as a featured card at the top of the Help section (above the existing resource links), so new users have an obvious entry point to learn the app. Opens https://youtu.be/OLUMknhvxWY. Reuses the existing card design system (sharp corners, border/foreground tokens, lucide Play icon) and bundles a small poster at public/tutorial-thumbnail.jpg. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
what
Adds a featured Getting started card at the top of the Help section that opens the complete screenpipe tutorial (youtu.be/OLUMknhvxWY). It sits above the existing resource links (Send logs, Documentation, Video tutorials, etc.).
why
New users had no obvious in-app entry point to learn the app. Good practice is to keep a long tutorial out of the activation path but one click away in a discoverable "getting started" spot. The Help section is that spot. The full video also has YouTube chapters, so a follow-up can deep-link specific chapters from empty states.
how it shows up
where it is (top of Help, above the existing links):
the card, default and hover:
implementation
components/settings/feedback-section.tsxborder/foregroundtokens, lucidePlay)public/tutorial-thumbnail.jpg(~23 KB)@tauri-apps/plugin-shellopen()testing
bun run typecheckpasses with no new errorsfollow-ups (not in this PR)
?t=100, pipes?t=282, connections?t=426, meetings?t=497)Note: the preview images are hosted on the
pr-media-help-getting-startedbranch and are not part of this PR; that branch can be deleted after review.🤖 Generated with Claude Code