feat(designs): implement empty state with CTA for new projects and up…#3060
Open
Kushaal-k wants to merge 1 commit into
Open
feat(designs): implement empty state with CTA for new projects and up…#3060Kushaal-k wants to merge 1 commit into
Kushaal-k wants to merge 1 commit into
Conversation
…date translations
Contributor
|
Hey @Kushaal-k, thanks for picking this up and for tying it back to #2978. Heads-up: #3043 is already open against the same empty-state path — both PRs touch Since this is a visible empty-state change, before I add @Eli-tangerine as reviewer could you also add a quick screenshot or before/after capture of the Projects empty state? That lets product review the UX without needing to spin up the branch locally. |
This was referenced May 26, 2026
Author
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.


Fixes #2978
Why
I hit the empty Projects state while checking the current branch and found that it only showed the no-projects copy, even though the existing New Project modal flow was already available from
EntryShell. This is a small UI gap, not a data/API issue, and it leaves users at a dead end when they land on an empty Projects tab.What users will see
When Projects has no items, the empty state now includes a simple primary “New project” CTA that opens the existing New Project modal. The empty state is also visually simplified so it reads as a clean call to action instead of a decorative card.
Surface area
apps/webodsubcommand or flag, newtools-dev/tools-pack/tools-prflag, or newOD_*env var/api/*endpoint, new SSE event, or changed shape inpackages/contractsskills/,design-systems/,design-templates/, orcraft/, or change to the skills protocolpackage.jsonScreenshots
Not included.
Bug fix verification
apps/web/tests/components/DesignsTab.empty.test.tsxmain, so the red-on-main / green-on-branch check is not available.pnpm --filter @open-design/web typecheck.Validation
pnpm --filter @open-design/web test -- tests/components/DesignsTab.empty.test.tsxpnpm --filter @open-design/web typecheck