Skip to content

Fix new-task panel UI interactions#141

Merged
johannesjo merged 2 commits into
johannesjo:mainfrom
FourWindff:polish/new-task-panel
May 26, 2026
Merged

Fix new-task panel UI interactions#141
johannesjo merged 2 commits into
johannesjo:mainfrom
FourWindff:polish/new-task-panel

Conversation

@FourWindff

Copy link
Copy Markdown
Contributor

Summary

Small fixes for the new-task dialog panel:

  • Prevent accidental text selection in the dialog
  • Prevent the base-branch label from stretching and triggering the dropdown when clicked outside the intended area

FourWindff and others added 2 commits May 25, 2026 08:46
The label has a `for` attribute linking it to the BranchCombobox input.
In a flex-direction: column container, flex items default to
align-self: stretch, so clicking the empty space to the right of the
"Base branch" text still activated the label and focused the input,
triggering the dropdown. Add `align-self: flex-start` so the label
only wraps its text content.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
@johannesjo

Copy link
Copy Markdown
Owner

Thank you very much! <3

@johannesjo johannesjo merged commit 6b8843c into johannesjo:main May 26, 2026
2 checks passed
@FourWindff FourWindff deleted the polish/new-task-panel branch May 26, 2026 12:12
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