git_ui: Add section checkbox and align header#41565
git_ui: Add section checkbox and align header#41565ChristopherBiscardi merged 3 commits intozed-industries:mainfrom
Conversation
adcbf82 to
f442f19
Compare
|
Thanks for submitting a PR @cppcoffee, we'll take a look at this soon! |
|
I had started to tackle this myself before I saw this PR, so I'll respond here since you're further along than I am 🙂 The change I'd like to see implemented would hide checkboxes by default, but show them on hover. They would persist when checked. The section headers for tracked/untracked would work the same as you have here. The only other caveat is that I think they should move over to the right to avoid the icon clutter that can happen while file icons are visible. |
|
Hi @mattermill , Added a feature that checkboxes only appear when moving to entries. Please review. |
Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
|
Adjust to the right: 2026-01-27.21.14.13.mov |
ChristopherBiscardi
left a comment
There was a problem hiding this comment.
Thanks @cppcoffee ! I've merged main an updated and its working as expected
Release Notes: - Added git panel support select all and deselect all check box --------- Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com> Co-authored-by: Christopher Biscardi <chris@christopherbiscardi.com>

Release Notes: