improve ignored-updates dialog sizing and theming#5187
Merged
Gabriel Dufresne (GabrielDuf) merged 2 commits intoJul 23, 2026
Conversation
Copilot started reviewing on behalf of
Gabriel Dufresne (GabrielDuf)
July 23, 2026 20:08
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Modernizes the ignored-updates dialog with persistent sizing, owner-relative behavior, and updated Mica theming.
Changes:
- Persists and restores dialog dimensions.
- Refreshes dialog styling and layout.
- Adjusts inactive-window Mica behavior.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
SettingsEngine_Names.cs |
Adds the size setting key. |
AbstractPackagesPage.axaml.cs |
Passes the owner window. |
MainWindow.axaml.cs |
Adjusts inactive Mica opacity. |
ManageIgnoredUpdatesWindow.axaml.cs |
Restores and saves dialog size. |
ManageIgnoredUpdatesWindow.axaml |
Modernizes dialog appearance. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Marc-André Moreau (mamoreau-devolutions)
approved these changes
Jul 23, 2026
Gabriel Dufresne (GabrielDuf)
deleted the
fix/ignored-updates-dialog-5177
branch
July 23, 2026 20:41
3 tasks
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.
This pull request updates the appearance and behavior of the
ManageIgnoredUpdatesWindowto better align with the rest of the application and improve user experience. The main changes include modernizing the dialog’s styling, persisting its size between sessions, and refining how window focus is handled when dialogs are open.Window Sizing and Persistence:
IgnoredUpdatesWindowSizeto persist the dialog’s size. (SettingsEngine_Names.csBehavioral Adjustments:
AbstractPackagesPage.axaml.cssrc/UniGetUI.Avalonia/Views/SoftwarePages/AbstractPackagesPage.axaml.csL52-R52)MainWindow.axaml.cssrc/UniGetUI.Avalonia/Views/MainWindow.axaml.csL455-R459)