You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Change pattern for 'Organisation: saved searches' page list to traditional pagination (example page)
Currently implemented paginated infinite scroll is not an optimal experience for users with many items. Infinite scroll is best for users who are looking to explore content. Pagination works better for end users with an end destination or desired outcome. It would also provide more information about the number of items and easier navigation through it (it's easier to jump to the end or middle of the list, and recall on which page the item was).
Description
Change pattern for 'Organisation: saved searches' page list to traditional pagination (example page)
Currently implemented paginated infinite scroll is not an optimal experience for users with many items. Infinite scroll is best for users who are looking to explore content. Pagination works better for end users with an end destination or desired outcome. It would also provide more information about the number of items and easier navigation through it (it's easier to jump to the end or middle of the list, and recall on which page the item was).
Plan
Additional resources: