mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-11 17:48:44 -05:00
Add sorting to lists view #676
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 @jelmervdm on GitHub (Oct 29, 2025).
Description
I would really like to see sorting added to the list view. The main sorting feature I look for is "Due Date", but options similar to the table view would be good. Currently this view is mostly pointless since the tasks are in there seemingly at random. The Upcoming page works well, but I'm not able to filter anything there and as an admin I see tasks for many users. The table view works ok, but you're not able to quickly check off a task.
Which alternatives did you consider using instead?
Using filters and different views.
@mithileshgupta12 commented on GitHub (Oct 31, 2025):
Hi. I would like to work on this feature. Could you confirm if this is available to work on and provide any guidance on implementation approach?
@kolaente commented on GitHub (Oct 31, 2025):
There are two WIP PRs which implement parts of this: https://github.com/go-vikunja/vikunja/pull/1024 https://github.com/go-vikunja/vikunja/pull/1652