From 9cfec3d35730d5a0a97564b21b79bb564c44fc83 Mon Sep 17 00:00:00 2001 From: jasquat Date: Thu, 21 Sep 2023 08:00:14 -0400 Subject: [PATCH] updated completed form modal to have white background and minor changes to table column names --- .../src/components/TaskListTable.tsx | 16 +++++++++------- spiffworkflow-frontend/src/index.css | 19 +++++++++++++------ .../src/routes/ProcessInstanceShow.tsx | 2 +- .../src/routes/ProcessModelShow.tsx | 2 +- 4 files changed, 24 insertions(+), 15 deletions(-) diff --git a/spiffworkflow-frontend/src/components/TaskListTable.tsx b/spiffworkflow-frontend/src/components/TaskListTable.tsx index e8f03036b..7ac09ebbd 100644 --- a/spiffworkflow-frontend/src/components/TaskListTable.tsx +++ b/spiffworkflow-frontend/src/components/TaskListTable.tsx @@ -166,8 +166,8 @@ export default function TaskListTable({ open={!!formSubmissionTask} passiveModal onRequestClose={() => setFormSubmissionTask(null)} - modalHeading={`${formSubmissionTask.name_for_display} - `} + modalHeading={`${formSubmissionTask.name_for_display}`} + className="completed-task-modal" >
✅ You completed this form{' '} @@ -179,7 +179,9 @@ export default function TaskListTable({

- +
+ +
About Files - My Process instances + My process instances {readmeFileArea()}