You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrew P Maney aa9e85a520 Tasks: fix priority sorting
Priority sorting had some inconsistencies. 
The Infinity was causing tasks to not be sorted (Infinity - Infinity = NaN).
Adding sortByDueDate also ensures better sorting when tasks have the same priority
5 years ago
..
QuickAdd.tsx Tasks: move "Show Completed" to a toolbar menu 5 years ago
Sidebar.tsx Tasks: hides Sidebar amount if value 0 5 years ago
Task.tsx Tasks: reorganizes Tasks components into their own subfolder 5 years ago
TaskEdit.tsx UI: pretty error messages 5 years ago
TaskList.tsx Tasks: fix priority sorting 5 years ago
TaskListItem.tsx Tasks: change due text to date instead of time to 5 years ago
Toolbar.tsx Tasks: fix alignment in Toolbar menu 5 years ago