mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Snap to lists while scrolling in kanban view #822
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @knom on GitHub (Sep 24, 2025).
Is this a feature for the backend or frontend?
Frontend
What would you like?
I'd like to scroll from list to list in kanban view with one swipe.
So that scrolling snaps to each column.
Very useful on mobile devices.
Why is this needed?
I want this so I can quickly move between lists on my mobile device.
Other information
No response
@knom commented on GitHub (Oct 2, 2025):
I'm trying to code it myself.. @meltyshev
KanbanContent.jsx seems to be the right place.
There.. I added:
useSwipeableis from libraryreact-swipeableand the swiping works well.HOWEVER.. instead of scrolling 280px, I would like to scroll the "next list" into view..
Any idea, how this would work?