-
-
Notifications
You must be signed in to change notification settings - Fork 721
Buttons for moving Kanban boards and items on mobile #1727
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
Conversation
zuzanna-maria
commented
Dec 3, 2024
- Fixes issues related to moving Kanban boards and items on touchscreen devices by adding arrow buttons and disabling drag (Kanban items in a column are not fully scrollable on mobile browsers #1694, Kanban lists difficult to drag on mobile #1372, Kanban UI on mobile: Instead of scrolling a list, it drags and moves the card #1409)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently, scrolling through the boards is only possible on mobile devices. It should be adjusted to have the same behavior across all devices. Similarly, dragging boards and items should also be consistently available on all devices. The new arrow functionality can be a solution, but I assumed it's primarily intended for keyboard users.
While testing:
Screen.Recording.2025-03-06.112845.mp4 |
Applied some fixes to this branch
|
The one thing that remains to fix is the dome order, somehow the up/down arrows in the center of a card have their order swapped. |
3f8c260
to
9cc11d5
Compare