Add option to hide package list illustrations#5091
Merged
Gabriel Dufresne (GabrielDuf) merged 1 commit intoJul 15, 2026
Merged
Conversation
hak0
marked this pull request as ready for review
July 15, 2026 00:43
hak0
marked this pull request as draft
July 15, 2026 00:44
hak0
force-pushed
the
agent/hide-package-illustrations
branch
from
July 15, 2026 01:17
38d7a5c to
b635647
Compare
hak0
marked this pull request as ready for review
July 15, 2026 03:09
Gabriel Dufresne (GabrielDuf)
approved these changes
Jul 15, 2026
Gabriel Dufresne (GabrielDuf)
merged commit Jul 15, 2026
5409c4f
into
Devolutions:main
6 checks passed
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
DisablePackageIllustrationssettingMotivation
The colorful loading and empty-state illustrations can be visually prominent and may distract from package-list content. Users who prefer a simpler, more professional interface currently have no way to remove them.
This is specific to UniGetUI's presentation layer and does not involve an underlying package manager.
Behavior
When Show illustrations on package lists is disabled and UniGetUI is restarted:
A restart warning is shown because package page view models read this preference when they are created.
Screenshot
The new setting is available under Settings → User interface preferences → Package lists:
Validation
Passed:
pwsh ./scripts/install-git-hooks.ps1dotnet format whitespace src --folder --verify-no-changesdotnet restore src/UniGetUI.Windows.slnxdotnet format style src/UniGetUI.Windows.slnx --no-restore --verify-no-changesdotnet build src/UniGetUI.Avalonia/UniGetUI.Avalonia.csproj --no-restore --configuration Release --nologo /p:Platform=x64win-x64Avalonia buildgit diff --checkFull-suite note:
dotnet test src/UniGetUI.Windows.slnx --no-restore --verbosity q --nologo /p:Platform=x64completed with three failures in the existing network-dependentUniGetUI.Core.IconEngine.Tests.IconCacheEngineTeststests:TestCacheEngineForIconUriTestCacheEngineForSha256TestCacheEngineForPackageSizeHTTP_PROXY/HTTPS_PROXYwere set; UniGetUI's HTTP handler reads its own file-based proxy settings instead of those environment variablesCloses #5012