-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat(desktop): remove skip-all onboarding affordance #4113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
6c251f7
feat(desktop): remove skip-all onboarding affordance
AviPeltz 7b235ee
feat(desktop): unify onboarding step layout and stack providers
AviPeltz ffe52dd
feat(desktop): auto-capture OpenAI OAuth callback via loopback
AviPeltz c6770aa
fix(desktop): route back to providers page after reconnect completes
AviPeltz f141360
fix(desktop): bind OAuth loopback to redirect_uri host, not hardcoded…
AviPeltz d928d2f
feat(desktop): use real app icon on connect-provider pages
AviPeltz 65103ae
style(desktop): round superset icon on connect pages to match provide…
AviPeltz 5e9fd20
style(desktop): scale superset icon so it fills the circular crop
AviPeltz fbf5cfa
style(desktop): use inline SupersetIcon SVG on connect pages
AviPeltz 57eb759
feat(desktop): use docs logo.png for connect provider pages
AviPeltz e8c5e10
style(desktop): square off provider logos to match superset icon shape
AviPeltz f3beca3
style(desktop): match superset icon size and squared border container
AviPeltz 9ce8c98
style(desktop): bump superset logo scale so brackets match codex/clau…
AviPeltz d5c9b41
style(desktop): leave superset logo at natural size, bump codex/claud…
AviPeltz 23bdec3
style(desktop): use real superset brand glyph for setup tiles
AviPeltz fb31f5d
Merge remote-tracking branch 'origin/main' into v2-onboarding-flow-re…
AviPeltz fb945dc
feat(desktop): selectable worktree import in onboarding
AviPeltz a3bb042
refactor(desktop): share external-worktree filter between query and i…
AviPeltz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The right-hand column is now empty after the button removal. Its only job is to balance the
grid-cols-[1fr_auto_1fr]grid so the step pills remain visually centered. A brief comment would make this intentional spacer obvious to future readers; alternatively, the Tailwind classes on the div (flex items-center justify-end) can be dropped since there is no longer any content to align.Prompt To Fix With AI
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!