Skip to content

Use semantic headers for user stat cards in admin and unique links

What does this MR do and why?

  • Use H2 elements for the stat card titles
  • make sure the filter links have unique accesible text

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
Screenshot_2025-02-21_at_17.40.24 Screenshot_2025-02-21_at_17.39.32
image image

How to set up and validate locally

  1. Check out this branch
  2. Visit the admin users dashboard in the GDK
  3. Use devtools to inspect the small header text for the three stats at the top of the page (Pending approval, Administrators, Without two-factor authentication). Each should be rendered with an H2 element.
  4. Use devtools to inspect the Filter list link at the bottom of each of the stats. Each should have a title attribute that is different from the other two.

Merge request reports

Loading