Skip to content

fix(settings): trim the browser tab title before storing - #74

Merged
mairas merged 1 commit into
mainfrom
fix/tab-title-trim
Jul 1, 2026
Merged

fix(settings): trim the browser tab title before storing#74
mairas merged 1 commit into
mainfrom
fix/tab-title-trim

Conversation

@mairas

@mairas mairas commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Re-lands the trim fix from the content review of #63 (configurable browser tab title). #63 was merged at its pre-fix head (out of band), so its review fix — trimming the stored value — never reached main; this follow-up delivers it.

What: setBrowserTabTitle persisted the raw value; only the resolver trimmed for display, so a padded or whitespace-only tab title was stored verbatim. Trim on store and normalize blank to '' (the resolver still falls back to the default SKip).

🤖 Generated with Claude Code

Re-lands the trim fix from the content review of #63 (configurable tab
title): #63 merged at its pre-fix head, so this follow-up delivers it.
The setter persisted the raw value; only the resolver trimmed for display,
so a padded/whitespace-only tab title was stored verbatim. Trim on store
and normalize blank to '' (the resolver still falls back to the default).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ETfeXXs8R5ciw6nGxGYj2C
@mairas
mairas merged commit a2fcf50 into main Jul 1, 2026
13 checks 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.

1 participant