Allow rearranging of buckets #1775
Loading…
x
Reference in New Issue
Block a user
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?
Buckets are currently listed in the order that they were created. It would be great to have a "move left" and "move right" option in the kebab menu of each bucket on the kanban screen. Otherwise, you have to delete buckets to get them in the order you want.
Ideally you could drag and drop them around.
This is already in the backlog, will probably land in the release after the next release.
Implemented in vikunja/frontend#620 and vikunja/api#923. A new unstable release containing the changes is already released, you can also test it on try.
Feel free to open a new issue or ping if you find something is not quite working.
When I reorder them and reload the page, the reordering is reverted :/ latest version
Is that reproducible on try?
Seems fine there, but the PR merge is older than the latest release?
It is high time to make a new release ;)
Definitely. Part of why the release takes so long this time is we switched to Vue 3 and that brought quite a few bugs with it.
For the meantime I found out that creating a new bucket saves the existing order ;)