From dc86993c8408f5fde31b1070541b98b190fd1565 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 26 May 2022 22:15:56 -0700 Subject: [PATCH] mobile improvements, fix dismiss 1 task --- .../manage/tasks/tasks.component.html | 29 ++++++++++++------- .../manage/tasks/tasks.component.scss | 4 +++ .../manage/tasks/tasks.component.ts | 2 +- 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/src-ui/src/app/components/manage/tasks/tasks.component.html b/src-ui/src/app/components/manage/tasks/tasks.component.html index 45fc02666..a9d66ce28 100644 --- a/src-ui/src/app/components/manage/tasks/tasks.component.html +++ b/src-ui/src/app/components/manage/tasks/tasks.component.html @@ -33,10 +33,11 @@ - Name - Created - Results - Actions + Name + Created + Results + Info + Actions @@ -47,20 +48,28 @@ - {{ task.name }} - {{ task.created | customDate:'short' }} - + {{ task.name }} + {{ task.created | customDate:'short' }} +
{{ task.result | slice:0:50 }}… +
{{ task.result }}
{{ task.result | slice:0:50 }} -
{{ task.result }}
+ + + + + + + +
{{ task.created | customDate:'short' }}
{{ task.result }}
-