From ae9e9f4b72955c3ae9b2d3dbaa6d16e2d2b1d745 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Wed, 27 Mar 2024 17:00:07 -0400 Subject: [PATCH] - Progress commit Signed-off-by: Dave Richer --- .../task-list/task-list.component.jsx | 3 +- .../task-list/task-list.container.jsx | 71 +++++--- .../task-upsert-modal.component.jsx | 166 +++++++++++------- .../task-upsert-modal.container.jsx | 51 ++---- client/src/graphql/jobs.queries.js | 12 -- client/src/translations/en_us/common.json | 14 ++ client/src/translations/es/common.json | 14 ++ client/src/translations/fr/common.json | 18 +- client/src/utils/undefinedtonull.js | 28 +++ 9 files changed, 237 insertions(+), 140 deletions(-) diff --git a/client/src/components/task-list/task-list.component.jsx b/client/src/components/task-list/task-list.component.jsx index 9ffa3da37..7ea01aca0 100644 --- a/client/src/components/task-list/task-list.component.jsx +++ b/client/src/components/task-list/task-list.component.jsx @@ -145,7 +145,7 @@ function TaskListComponent({ key: "priority", sorter: true, sortOrder: sortcolumn === "priority" && sortorder, - width: '5%', + width: '8%', render: (text, record) => }, @@ -157,7 +157,6 @@ function TaskListComponent({