From 75a7a6534051689dc8ceeeaa8dd68f573f1fcf3b Mon Sep 17 00:00:00 2001 From: Niggl Date: Tue, 30 Jun 2020 14:25:11 +0200 Subject: [PATCH] Better Prio Filtering --- src/app/task-table/task-table.component.html | 9 ++++--- .../userstory-table.component.html | 27 ++++++++++--------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/src/app/task-table/task-table.component.html b/src/app/task-table/task-table.component.html index 7910234..821a305 100644 --- a/src/app/task-table/task-table.component.html +++ b/src/app/task-table/task-table.component.html @@ -22,7 +22,7 @@ - + @@ -51,11 +51,12 @@
+ Priorität:
- Priotität + {{filterPriority || "All"}}
- - + +
diff --git a/src/app/userstory-table/userstory-table.component.html b/src/app/userstory-table/userstory-table.component.html index 5c063d4..0a0242a 100644 --- a/src/app/userstory-table/userstory-table.component.html +++ b/src/app/userstory-table/userstory-table.component.html @@ -42,18 +42,21 @@
-
- Priotität -
- - -
-
- - - - - +
+ Priorität: +
+ {{filterPriority || "All"}} +
+ + +
+
+ + + + + +