Redesign the worktree notification inspector - #823
Merged
Conversation
Replace the per-worktree sections with one flat, reverse-chronological list (newest first). Each row shows the repository and worktree it came from, dimmed when it is not the selected worktree, and clicking the row navigates to that surface. Add filters persisted in settings and bound directly from the filter menu: an All / Current Worktree scope, an Unread Only toggle, and a Group into Worktrees toggle that restores the sectioned layout on demand. Right-clicking a row copies the notification, marks it as read, or dismisses it; the overflow menu marks all as read or dismisses all, respecting the active filter. Collapse unread that the retention cap evicted into a single non-interactive summary row, and preserve the inspector's scope, grouping, and unread-only preferences across unrelated Settings-window writes.
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
Reworks the worktree notification inspector into a flat, reverse-chronological
list with per-row source and filtering.
repository and worktree it came from (dimmed when it is not the selected
worktree), and clicking the row navigates to that surface.
All / Current Worktree scope, an Unread Only toggle, and a Group into
Worktrees toggle that restores the sectioned layout on demand.
menu marks all as read or dismisses all, respecting the active filter.
summary row.
Settings-window writes.
Type of change
ready)How was this tested?
Added unit coverage for the flat and grouped filtering (scope + unread-only),
pruned-unread accounting, settings round-trips, and the settings-preservation
regression, alongside manual testing in a dev build.
make checkpasses (format + lint)make testpassesChecklist
Closes #above.ready.