Skip to content

Frontend: CI/CD Catalog pagination

Briley Sandlin requested to merge 437772-frontend-ci-cd-catalog-pagination into master

What does this MR do and why?

Related to #437772 (closed) and #439896 (closed)

There is a bug with pagination on the catalog list. We are not going to worry with tracking page count for now as this is not pertinent to GA.

I also threw in a very minor alignment fix for the UI.

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Pagination before Pagination after
Screenshot 2024-01-05 at 12.36.40 PM.png Screenshot_2024-01-31_at_12.42.54_PM
Alignment before Alignment after
Screenshot_2024-01-31_at_1.01.21_PM Screenshot_2024-01-31_at_1.01.54_PM

How to set up and validate locally

  1. Navigate to `/explore/catalog`
  2. Note that pagination does not include a page number.
  3. Reduce width on list and notice that list item does not wrap
Edited by Briley Sandlin

Merge request reports