refactor: trim onboarding intro flow and About tab - #367
Merged
Conversation
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
quiet-node
force-pushed
the
chore/onboarding-trim
branch
from
August 11, 2026 00:41
d5f9cd1 to
f53f99f
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.
Description
Thuki moves to maintenance mode. The README says so up front now, and the onboarding intro flow and the Settings About tab are trimmed to match.
Key changes
Project statussection stating that the app is stable and maintained but no longer under active feature development. Removes theRoadmapandFounder notesections, drops a stale "coming soon" provider bullet whose anchor no longer exists, and updates the title and status badge.introstage renders the tips card directly instead of running a two-step sequence. The backend already covers the panel on the transition intointro, and the fit hook reveals it once the card settles, so the frontend swap that existed only to bridge those two cards is no longer needed.DownloadStatusStripvariant whose only consumer was the deleted onboarding step.Testing
bun run test:all:coverageandbun run validate-buildboth pass. Coverage holds at 100% on both frontend and backend.