Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pagination in Admin UI #578

Closed
jesstelford opened this issue Dec 18, 2018 · 2 comments
Closed

Remove pagination in Admin UI #578

jesstelford opened this issue Dec 18, 2018 · 2 comments

Comments

@jesstelford
Copy link
Contributor

From @jossmac here:

Do we even need pages declared like this? Has there ever been a situation where the item you're looking for isn't on the first page and you thought "I'll go to page 4, that'll help"? Probably not. You're more likely to do one of the following:

  • refine your search
  • refine your filters
  • change the sort order
  • go the next or previous page (potential for pre-fetching)
  • show more items per page (not implemented yet)

I think this is worth investigating. Many of the UI patterns in Keystone are an artifact of the original Node.js implementation, they've been carried forward over and over without any real interrogation regarding how they benefit the end user.

@MadeByMike
Copy link
Contributor

Totally agree remove the pagination

@stale stale bot removed the needs-review label Oct 21, 2019
@MadeByMike MadeByMike changed the title Rethink pagination in Admin UI Remove pagination in Admin UI Oct 21, 2019
@stale stale bot added the needs-review label Feb 18, 2020
@Vultraz
Copy link
Contributor

Vultraz commented Feb 29, 2020

What does this mean, exactly? Remove the ability to select a specific page to go to?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants