The interface as it stands, written down for the redesign (#185) - #194
Open
Devski wants to merge 1 commit into
Open
The interface as it stands, written down for the redesign (#185)#194Devski wants to merge 1 commit into
Devski wants to merge 1 commit into
Conversation
docs/ui-specification.md describes every view in every mode as it stands on main at ae55b6c: each control with its label, action, visibility, states, input and accessibility, the top bars, the design decisions behind them (D-*) and the inconsistencies found (F-*). It is written for the agent that will implement the new interface; its screenshots of dev live on a private page it links, outside the repository. Of the findings, only one is corrected here: SPEC §9 said works are ordered by created_at, while the code has ordered them by position since #66. The document is left out of Prettier: aligning its tables would grow it by nearly 30%, all of it spaces an agent reads as tokens. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
What
docs/ui-specification.md(new): the interface as it stands onmainatae55b6c, written for the agent that will implement the redesign.D-*) name their source. Findings (F-*) name their evidence, and duplicates point to one ID so every ID stays stable.SPEC.md: the header links the document. §9 no longer says works are ordered bycreated_at; the code has ordered them bypositionsince Small things to polish: a logo that stops leading away, two lists that keep their order, and a place a phone can add #66 (F-WORKS-1). This is the only finding fixed here.tasks/plan.md: UI specification before the redesign: every view in every mode, every control, the top bar #185 is listed under Full functionality..prettierignore: the document is left out. Aligning its tables would grow it by nearly 30%, all of it whitespace an agent reads as tokens.How it was checked
dawidwroblewski-a3d-1profile: signed out and as the owner, desktop and phone, pl and en. Nothing was saved, uploaded or deleted on the account.pnpm checkpasses (typecheck, lint, unit tests). No application code changed, so there was no build.Found along the way
F-AUTH-26: a signed-in session can turn e-mail two-factor on from/two-factorwith a mailed code and no password. Added to Two-factor: an authenticator account can still be passed with an e-mailed code #59 as a comment, because the server-side gate that issue asks for closes it too.Closes #185.
🤖 Generated with Claude Code