chore(share-editor): sentence-case panel section labels#391
Merged
Conversation
The Style / Messages / Privacy panel section headers (Template, Paper, Typeface, Colorway, More options, Messages N of M, Redactions) rendered in all caps via an `uppercase` class on top of already sentence-cased i18n strings. Library Home section labels set the sentence-case precedent (same 0.08em tracking, no transform); drop the class so the share editor matches. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
graydawnc
force-pushed
the
chore/share-editor-sentence-case
branch
from
June 12, 2026 04:08
14aa6b4 to
b00c533
Compare
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
The share editor's panel section headers — Template, Paper, Typeface, Colorway, More options, Messages N of M (Messages tab), and Redactions (Privacy tab) — now render in sentence case instead of all caps. The
uppercaseclass is removed from the five label sites inControlPanelandTurnSelector; the underlying i18n strings were already sentence-cased, so no locale changes are needed.Why
Library Home section labels (Pinned, Today, …) already use sentence case with the same 11px/0.08em-tracking treatment — the share editor was the remaining surface still shouting its section titles. This aligns both surfaces with the established label convention.
Test plan
🤖 Generated with Claude Code