Skip to content

Fix update-list loading messages, transparent tray menu, and search box text clipping#4871

Merged
Gabriel Dufresne (GabrielDuf) merged 4 commits into
mainfrom
updateMessage
Jun 4, 2026
Merged

Fix update-list loading messages, transparent tray menu, and search box text clipping#4871
Gabriel Dufresne (GabrielDuf) merged 4 commits into
mainfrom
updateMessage

Conversation

@GabrielDuf
Copy link
Copy Markdown
Contributor

Fixes three small UI bugs in UniGetUI, one reported in #4867 and two found alongside it.

Don't flash "Hooray! No updates were found" during reload

When reloading a package list, the list cleared before the loading indicator turned on, so the empty-state logic briefly showed the "no packages found" message before results repopulated.

Fix transparent tray context menu under Mica

The Win11 Mica/acrylic work made the system-tray context menu render almost fully transparent (text visible, no background) — unreadable over the desktop.

Fix global search box clipping the bottom of its text

The 15px search text sat in a fixed 30px clipped border without enough vertical room, cutting off descenders. Centered the text (VerticalContentAlignment="Center") and zeroed its vertical padding.

@GabrielDuf Gabriel Dufresne (GabrielDuf) changed the title Fix tray context menu and suppress 'no updates found' message Fix update-list loading messages, transparent tray menu, and search box text clipping Jun 3, 2026
@GabrielDuf Gabriel Dufresne (GabrielDuf) changed the title Fix update-list loading messages, transparent tray menu, and search box text clipping Fix update-list loading messages, transparent tray menu, and search box text clipping Jun 3, 2026
@GabrielDuf Gabriel Dufresne (GabrielDuf) merged commit e8918f5 into main Jun 4, 2026
3 checks passed
@GabrielDuf Gabriel Dufresne (GabrielDuf) deleted the updateMessage branch June 4, 2026 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants