T411608 implemented support for showing details of QualityConstraints check failures in a popover in the wbui2025 interface. The currently implementation can only show a single issue - if there are multiple issues, it shows only one - and cannot display 'advanced issues' (which are only displayed if multiple issues are present in the existing desktop implementation).
Complete the implementation of multiple-issues pop-ups per the figma designs:
Acceptance Criteria
- Display of single violations works as previously implemented
- If multiple violations are present, the multistep dialog replaces the existing pop-up, and allows users to click through the details of each of the violations
- A single icon is displayed for the multiple violations
- The icon used is the icon for the most "severe" violation
- bad-parameter / advanced issues are supported and displayed in the dialog.

