Wizard: Add "refine search" warning to Packages step

Fixes #913.

This adds status bars to the `DualListSelectorPane` on the Packages step. The status bar indicates how many packages were found and how many of those have been selected.

Warning for too many returned results was also added. When an exact match is found during a search with over 100 results, it is shown together with the warning.
This commit is contained in:
regexowl 2023-04-06 09:57:27 +02:00 committed by Lucas Garfield
parent c3c8a687a0
commit e5a9f0eaf9
4 changed files with 138 additions and 25 deletions

View file

@ -9,8 +9,8 @@
}
.pf-c-dual-list-selector {
--pf-c-dual-list-selector__menu--MinHeight: 18.5rem;
--pf-c-dual-list-selector__menu--MaxHeight: 18.5rem;
--pf-c-dual-list-selector__menu--MinHeight: 15.5rem;
--pf-c-dual-list-selector__menu--MaxHeight: 15.5rem;
}
.pf-c-form {