Skip to content

Commit 47d9e56

Browse files
committed
Re-configured the sequence of the priority
1 parent dd3d00f commit 47d9e56

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

lib/app/modules/home/controllers/home_controller.dart

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -508,12 +508,15 @@ class HomeController extends GetxController {
508508
final projectcontroller = TextEditingController();
509509
var due = Rxn<DateTime>();
510510
RxString dueString = ''.obs;
511-
final priorityList = ['H', 'M', 'L','X'];
511+
final priorityList = ['L','X','M','H'];
512512
final priorityColors = [
513-
TaskWarriorColors.red,
514-
TaskWarriorColors.yellow,
515513
TaskWarriorColors.green,
516-
TaskWarriorColors.grey
514+
TaskWarriorColors.grey,
515+
TaskWarriorColors.yellow,
516+
TaskWarriorColors.red,
517+
518+
519+
517520
];
518521
RxString priority = 'M'.obs;
519522

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ packages:
106106
source: hosted
107107
version: "7.2.11"
108108
built_collection:
109-
dependency: transitive
109+
dependency: "direct main"
110110
description:
111111
name: built_collection
112112
sha256: "376e3dd27b51ea877c28d525560790aee2e6fbb5f20e2f85d5081027d94e2100"

0 commit comments

Comments
 (0)