From 313c47f4307c43c0cd756ba5eeddb8c4e6e65fa9 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 7 Jun 2023 21:42:49 -0400 Subject: [PATCH] action contents --- .../JobActions/CurrentJobAction.jsx | 22 +++++++++++++- .../JobActions/CurrentTaskAction.jsx | 29 +++++++++++++++++-- 2 files changed, 47 insertions(+), 4 deletions(-) diff --git a/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx b/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx index 1b2174f..e0f71b9 100644 --- a/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx +++ b/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx @@ -4,7 +4,27 @@ function CurrentJobAction() { return (

- Waiting for the completion message from the client before you can approve. Owner True & Active + + + + + + + + +
+
+
+

+ Waiting for the completion message from the client before you can approve. +

+
+
+
+
+ . +
+

) diff --git a/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx b/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx index 7611921..8d94b4f 100644 --- a/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx +++ b/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx @@ -3,9 +3,32 @@ import React from 'react' function CurrentTaskAction() { return (
-

- Waiting for the completion message from the client before you can approve. Worker True & Active -

+ + + + + + + + + +
+
+
+

+ If you have completed this task and ready for review and acceptance, click "Set Status" button. +

+
+
+
+
+ +
+
+ +
) }