uyuni-project/uyuni

Clean up advanced package search layout on the new theme

Etheryte opened this issue · 1 comments

Part of https://github.com/SUSE/spacewalk/issues/18940

All urls below are specified as the dev proxy (yarn proxy https://...), since that's the most convenient way to work on these issues.

To switch between the new theme and the old theme in the console: debugUtils.toggleUpdatedTheme()
To switch between the Suma theme and the Uyuni theme: debugUtils.toggleTheme()


https://localhost:8080/rhn/errata/Search.do

Both the old theme and the new theme have some layout issues on this page, it would make most sense to fix it on the new one and add the page to the migration list.

Old theme:

Screenshot 2024-05-15 at 16 08 54

New theme:

Screenshot 2024-05-15 at 16 09 00

Definition of done

The updated theme has no visual bugs, all related page urls are added to ViewHelper.java and view-helper.ts.