Skip to content

firmware-security-page: Minor fixes

  • In the "No Events" status page, use the .dim-label style class instead of using the "opacity" property

  • Fix a typo in a GtkStackPage name: (page_unavaliable -> page_unavailable)

  • Set the "Device Security Unavailable" status page directly as a child widget of the panel_unavailable GtkStackPage. Using AdwPreferencesPage/Group isn't necessary

  • Don't make the "Device Security Unavailable" status page dimmed, as status pages from other panels aren't dimmed

  • Wrap the "No Events" status page into a GtkBox that has the .card style, which avoids the .card looking being incorrectly dimmed

  • Use more descriptive names in the stack pages from firmware_security_log_stack

Before After
Screenshot_from_2024-04-22_01-26-14 Screenshot_from_2024-04-22_01-46-40
Screenshot_from_2024-04-22_01-22-56 Screenshot_from_2024-04-22_01-22-26
Edited by 𝅳Automeris naranja

Merge request reports