You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
committed
feat(app): gate bold-unread-title layout behind an experimental setting
Put the bold-unread-title session-list layout behind a new
`expUnreadBoldTitle` setting (off by default) so it ships as an opt-in
experiment rather than changing every user's unread presentation. When off,
the upstream behavior is preserved exactly: unread is a solid blue status
dot plus the "unread" status text, and titles keep their default weight.
When on, unread shows as a bold title (once the agent has stopped) and the
status dot reflects true liveness only.
- settings: add `expUnreadBoldTitle` (default false)
- SessionsList / ActiveSessionsGroupCompact: branch status color, leading
indicator, status text, and title weight on the setting
- settings/features: add the toggle + i18n strings for all languages
Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
0 commit comments