Option for multi-button pagination rather than "back and forth" pagination #6394
aporeticgadfly
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Forgive the clunky title wording, I'm not sure if terminology already exists for what I'm describing. Currently pagination (at least on the web client) works only by going forward or backward by the set amount of results per page (100 by default). If one wanted to get to result 405, one would have to press forward several times. Lazy loading is somewhat better but still not ideal and is not the best on resource constrained devices like the Pi. Ideally there would be an option to paginate and have numbered buttons for each page (the number of buttons would be constrained to lets say 5 and "follow" whatever page the user is currently on; for example, if one is on page 5, the buttons displayed might be 3, 4, 5, 6, 7. Perhaps the number of buttons to use could also be configurable within a limit). I am not familiar with C# (but I am with javascript, and this is largely a client side thing) but as this feature is quite common and doesn't seem too complex I would be more than happy to work on it myself if given clearance.
Beta Was this translation helpful? Give feedback.
All reactions