feat(welcome): minimal empty state#2536
Open
Pulkit7070 wants to merge 2 commits into
Open
Conversation
…utton Replace the chunky 3-step card with a clean minimal layout: - AO logo at 80px (was 32px) - Heading and one-line subtitle only - Plain outlined button, no icon, no blue fill - Remove numbered steps, flow legend, and card container Inspired by VS Code / Zed empty-pane style.
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.
Summary
Replaces the card-based onboarding layout with a clean, minimal empty state.
Before: Rounded card with numbered steps (01/02/03), flow legend with colored dots, blue filled button with + icon.
After: Large AO logo (80px), heading, one-line subtitle, plain outlined button. Nothing else.
Inspired by VS Code / Zed's empty-pane aesthetic — no boxes, no markers, just hierarchy.
Screenshot
Changes
BoardEmptyState.tsx: removed FLOW constant, WelcomeStep component, and the card container; logoh-8→h-20; button class replaced with a minimalborder border-borderoutlined styleboard-empty-states.test.tsx: updated assertions to match the new layout