Start CompactGUI UI overhaul foundation - #26
Draft
marcmy wants to merge 3 commits into
Draft
Conversation
marcmy
force-pushed
the
agent/ui-overhaul-foundation
branch
from
August 18, 2026 12:03
723d209 to
0047631
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ScrollIntoViewimmediately snapping them back to the current file; auto-follow resumes 5 seconds after the last manual scroll/dragDetails behavior
The details list continues following the currently processed file normally. Any manual vertical scroll starts a 5-second suppression window. Dragging the thumb keeps that window alive for the duration of the drag and starts a fresh 5 seconds when released. Once the window expires, normal auto-follow resumes on the next current-file update.
The Details table is intended to fit the available width, so horizontal scrolling is disabled. Column resizing remains enabled; each header now keeps a subtle 1px right-edge separator visible at rest while preserving WPF-UI's existing resize gripper hit target.
Stack
This PR is stacked on #28, which is stacked on #24. Builds from
agent/ui-overhaul-foundationtherefore include the manual resume/exit fixes and corrected non-compressible-file filtering.The charcoal/gray visual theme remains in #27 on top of this branch.
Runtime checks