Redesign peers list - #889
Open
pseudoramdom wants to merge 5 commits into
Open
Conversation
Introduce a SizeClass singleton that centralizes compact and regular width and height breakpoints. Views can use the shared helpers to adapt their layouts without duplicating breakpoint logic.
Add a reusable primary-detail container that displays both columns at regular widths and navigates between them at compact widths. Support configurable column sizing, separators, and animated transitions. Test regular sizing, compact navigation, full-height separators, and transitions between size classes.
Expose transport, session, relay, bandwidth, and address-processing details required by the redesigned peer views. Add peer search, filtering, sort direction, result counts, and stable detail-model lookup to the peer list proxy. Cover the additional roles, formatting, filters, ordering, and peer lookup behavior with unit tests.
Redesign the peer list with search, filters, sorting, traffic details, and contextual peer actions.
pseudoramdom
force-pushed
the
peers-redesign
branch
from
September 9, 2026 21:53
0da242d to
9b47bc3
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
The existing Peers interface was designed around a narrow layout and separate list, detail, and banned-peer pages. This redesign presents peer information more consistently, makes better use of wider windows, and adapts the same interaction model to compact layouts. Additionally, add support to search, filter, sort peers.
Implementation details
SizeClassto centralize compact and regular layout breakpoints. Originally proposed in qml: Introduce adaptive sidebar/tab-bar shell driven by size class #690 but felt worthwhile to port it in to this redesign.NavigationSplitViewa reusable primary-detail container. At regular widths, th list and detail view are displayed side by side with the first peer selected automatically. At compact widths, they are stacked in a navigation view.NavigationSplitViewScreenshots
Peers.redesign.mp4