Conversation
🎩 PreviewA preview build has been created at: |
This was referenced Sep 18, 2026
Draft
camielvs
force-pushed
the
09-17-feat_projects_dashboard
branch
from
September 18, 2026 21:19
aadec8d to
a64473e
Compare
camielvs
force-pushed
the
09-17-explore_new_project_card
branch
from
September 18, 2026 21:19
15b2a3f to
b07c324
Compare
camielvs
force-pushed
the
09-17-feat_projects_dashboard
branch
from
September 18, 2026 21:26
a64473e to
7e58c71
Compare
camielvs
force-pushed
the
09-17-explore_new_project_card
branch
from
September 18, 2026 21:26
b07c324 to
ff8d4e6
Compare
camielvs
force-pushed
the
09-17-feat_projects_dashboard
branch
from
September 18, 2026 21:44
7e58c71 to
191199a
Compare
camielvs
force-pushed
the
09-17-explore_new_project_card
branch
from
September 18, 2026 21:44
ff8d4e6 to
a4b9b99
Compare
The New Project button sat alone at the top right with a stretch of empty space beside it, far from the thing it adds to. This makes it the first tile in the grid instead — a dashed placeholder that fills and turns solid on hover, matching a real card's footprint exactly at every width. Creation now needs no separate affordance for the empty case either: one tile serves both, so the empty state goes away and the page header carries the explanation it used to. The dialog takes its trigger as a prop, so trying another entry point next does not mean touching the form. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
camielvs
force-pushed
the
09-17-feat_projects_dashboard
branch
from
September 18, 2026 22:09
191199a to
04fe5e7
Compare
camielvs
force-pushed
the
09-17-explore_new_project_card
branch
from
September 18, 2026 22:09
a4b9b99 to
d3bc8fa
Compare
This was referenced Sep 18, 2026
Collaborator
Author
This was referenced Sep 18, 2026
This was referenced Sep 18, 2026
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.

One commit on top of #2734: the create affordance moves out of the page header and into the grid as a tile alongside the project cards.
The two explorations (#2736, #2737) and the project page (#2738) all branch from here rather than stacking behind each other, so any of them can be dropped without disturbing the others.
Verification
npm run validateclean, unit tests passing, checked in the browser in both themes.🤖 Generated with Claude Code