mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-03 00:46:57 -05:00
Expand the area into which kanban items can be dragged to change column #31
Labels
No labels
area/api
area/caldav
area/filters
area/frontend
area/gantt
area/internal-code
area/typesense
bug
changes requested
confirmed
dependencies
enhancement
good first issue
help wanted
kind/bug
kind/feature
needs reproduction
question
security
support
upstream issue
waiting for reply
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vikunja-go-vikunja#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @jacquesh on GitHub (Feb 8, 2022).
Here is an example of a simple kanban board in vikunja:

The green arrows show where I can drag the selected item ("item 4") to move it to one of the other columns. The red arrows show places where I would like to be able to drag the item but that I can't (it doesn't recognise that this is part of the other column).
It'd be helpful if the columns extended all the way to the bottom of the screen (conceptually, for the purposes of drag-and-drop) because that would make it much easier & faster to drag items between columns. Currently you have to drag the item to a fairly small & specific position to get it to detect that this item should go to another column.
@dpschen commented on GitHub (Feb 8, 2022):
This will be fixed by https://kolaente.dev/vikunja/frontend/pulls/1512
@kolaente commented on GitHub (Feb 13, 2022):
Fixed in https://kolaente.dev/vikunja/frontend/pulls/1512 - will be included in the next unstable release. Please check with that once the CI released it (in ~30 min).
@jacquesh commented on GitHub (Feb 14, 2022):
Awesome, yeah that feels much better (I think). Thanks for the quick turnaround from the both of you! <3