Avalonia: Feature parity with WinUI#4669
Avalonia: Feature parity with WinUI#4669Gabriel Dufresne (GabrielDuf) merged 18 commits intomainfrom
Conversation
…tence When the content area is < 1000px wide, the filter pane switches to overlay mode: it floats on top of the package list with a semi-transparent backdrop that dismisses it on tap, matching WinUI's SplitView overlay behaviour. Per-page filter pane open/closed state and pixel width are now persisted to settings (HideToggleFilters / SidepanelWidths) and restored on next launch, matching the WinUI implementation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Hello, just wanted to clarify if you plann to discontinue the win ui 3 version. If yes, i'd Appreciate if you could keep screen reader accessibility in mind when developing this new version. Thanks. |
|
Aryan Choudhary (@aryanchoudharypro), I’ve already started working on some accessibility layers, and if you’re interested, you can take a look at this PR: #4582 |
seems very comprehensive, i myself will also try to support that accessibility support as much as i can manage! |
This PR brings the Avalonia (cross-platform) port to full feature parity with the WinUI 3 application. The work covers every major surface area that was previously missing or incomplete.
Package lists & filter pane
Operations panel
Package details & install options
Operations & dialogs
Settings & backup
Platform & infrastructure