Skip to content

feat(ui): text size setting — small / medium / large, default medium - #344

Merged
AVADSA25 merged 1 commit into
mainfrom
feat/text-size-setting
Sep 4, 2026
Merged

feat(ui): text size setting — small / medium / large, default medium#344
AVADSA25 merged 1 commit into
mainfrom
feat/text-size-setting

Conversation

@AVADSA25

@AVADSA25 AVADSA25 commented Sep 4, 2026

Copy link
Copy Markdown
Owner

"The size of the text on the CODEC app is too small." The surfaces are
px-sized throughout, so a font-size variable alone would enlarge copy and
leave buttons, inputs and icons at the old size. zoom on the root scales
the whole page in one move: small 1.0, medium 1.15, large 1.3. Medium is the
default — the fix is that the default is larger than before, not just that a
dial exists.

Applied on all 8 surfaces via the same shim slot every page already has, so
it runs before any layout paints; kept in step across tabs by the storage
event. Controls in the dashboard and chat side panels. Storage access goes
through the shim, which cannot throw.

Co-Authored-By: Claude Fable 5.1 noreply@anthropic.com

"The size of the text on the CODEC app is too small." The surfaces are
px-sized throughout, so a font-size variable alone would enlarge copy and
leave buttons, inputs and icons at the old size. `zoom` on the root scales
the whole page in one move: small 1.0, medium 1.15, large 1.3. Medium is the
default — the fix is that the default is larger than before, not just that a
dial exists.

Applied on all 8 surfaces via the same shim slot every page already has, so
it runs before any layout paints; kept in step across tabs by the storage
event. Controls in the dashboard and chat side panels. Storage access goes
through the shim, which cannot throw.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@AVADSA25
AVADSA25 merged commit c3f840b into main Sep 4, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants