Skip to content

Conversation

@ammar-agent
Copy link
Collaborator

Fixes an issue where users cannot select/copy the git version text in the title bar.

Problem

The title bar has user-select: none on the container, preventing users from selecting the version string to copy it for bug reports or reference.

Solution

Added user-select: text and cursor: text to the TitleText component specifically, while keeping user-select: none on the container for other UI elements (like the date).

Result

Users can now click and drag to select the git version text (e.g., c354df64-dirty) and copy it.

Generated with cmux

Allow users to select and copy the git version text in the title bar.
Added user-select: text and cursor: text to TitleText component while
keeping user-select: none on the container for other elements.

This makes it easier for users to copy version information for bug reports.

_Generated with `cmux`_
@ammario ammario enabled auto-merge October 10, 2025 19:48
@ammario ammario added this pull request to the merge queue Oct 10, 2025
Merged via the queue into main with commit f7add05 Oct 10, 2025
7 checks passed
@ammario ammario deleted the title-bar-selectable branch October 10, 2025 20:01
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