Conversation
🎩 PreviewA preview build has been created at: |
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-explore_project_colours
branch
from
September 18, 2026 21:19
f4e0d60 to
a555ede
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-explore_project_colours
branch
from
September 18, 2026 21:26
a555ede to
326b69e
Compare
camielvs
force-pushed
the
09-17-explore_new_project_card
branch
from
September 18, 2026 21:44
ff8d4e6 to
a4b9b99
Compare
camielvs
force-pushed
the
09-17-explore_project_colours
branch
from
September 18, 2026 21:44
326b69e to
66317f6
Compare
A long list of projects is hard to scan by name alone. A colour gives each card a left accent stripe and a tinted folder icon, chosen when the project is created or later from the card's own menu. The colour is held in this browser rather than on the project: the list endpoint answers with the summary shape, which omits extra_data, so a colour stored server-side cannot reach a card in the list. useProjectColors is the single seam that changes if that gap closes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
camielvs
force-pushed
the
09-17-explore_new_project_card
branch
from
September 18, 2026 22:09
a4b9b99 to
d3bc8fa
Compare
camielvs
force-pushed
the
09-17-explore_project_colours
branch
from
September 18, 2026 22:09
66317f6 to
d7db9f8
Compare
This was referenced Sep 18, 2026
Collaborator
Author
This was referenced Sep 18, 2026
Draft
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.

Exploration, not a proposal. Branches off #2735 so it can be dropped without touching anything else in the stack.
A project can be given one of six colours, which tints its card so a grid of projects can be scanned by eye rather than read.
The catch, and why this is exploratory
The colour has nowhere permanent to live yet. It is held client-side so the idea can be judged before asking the backend for anything.
extra_dataon a project is the natural home, and the list endpoint now returns it, so making this real is a small change rather than a new field — but it is a change worth deciding on deliberately rather than smuggling in behind a colour picker.Notes
slatewas tried and dropped because it was indistinguishable from an untinted card in dark mode.Verification
npm run validateclean, unit tests passing, both themes checked in the browser.🤖 Generated with Claude Code