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

Optimize UX by enabling free page traversal #137

Open
christiangoeschel opened this issue Oct 6, 2024 · 0 comments
Open

Optimize UX by enabling free page traversal #137

christiangoeschel opened this issue Oct 6, 2024 · 0 comments

Comments

@christiangoeschel
Copy link

So, currently when list items are distributed across multiple pages you can not traverse these when ( cursorIndex == len(listItems) - 1 ) or ( cursorIndex == 0 ) is hit and the user is trying to go further down or up.

This is unusual behavior given that modern UIs allow for a more free item selection, especially in the context of similar applications. Let me know your thoughts on this or simply close if this is trivial :D 👍🏽

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

1 participant