-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task prioritization and cleanup of task form (#1000)
* Basic implementation of priority based on legacy implementation Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Use icons for favorite Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Fix warning time, use switch and made buttons nicer Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * To display priority Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Lint Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Helper function to handle null and undefined priority, clean up creation Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Use switch for priority, flip low priority icon Signed-off-by: Aaron Chong <aaronchongth@gmail.com> * Remove getDefaultTaskPriorty Signed-off-by: Aaron Chong <aaronchongth@gmail.com> --------- Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
- Loading branch information
1 parent
fc440d1
commit c8e0e14
Showing
3 changed files
with
133 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters