mirror of
https://github.com/dotnetfactory/fluid-calendar.git
synced 2026-03-02 22:57:19 -05:00
Taskpage wrong tablesorting #95
Labels
No labels
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fluid-calendar#95
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 @randomforeststfw on GitHub (Jun 11, 2025).
On the taskpage, sorting in columns "Priority" and "Energy" happens alphabetical. It makes more sense to sort by the meaning. A simple mapping of categories to numbers like low=1, medium=2,... would fix this.