hochschule-darmstadt / openartbrowser

Exploring the world of arts using open data
http://openartbrowser.org/
MIT License
40 stars 10 forks source link

Fetching list paginator mobile is broken #557

Closed vinoroidski closed 3 years ago

vinoroidski commented 3 years ago

Describe the bug In the Chrome mobile inspect view, the fetching list paginator (see screenshot below) is broken on all pages where the fetching list is implemented.

The individual pages or arrows can not be clicked but some functionality is still working: for example, when we scroll up or down, the current page changes on the paginator.

To Reproduce Steps to reproduce the behavior:

  1. Start 'openartbrowser' locally in Chrome and inspect in mobile view.
  2. Click on any artist (with more than 30 artworks as otherwise paginator will not show) and go to artworks tab.
  3. Test the paginator (which will have issues as described above).

Expected behavior When the paginator is clicked (arrows or page), the results and the paginator should be appropriately updated with the relevant content and page number.

Screenshots

image