From f2a77b0685dde9494bc3edc8ba258105ba078358 Mon Sep 17 00:00:00 2001 From: Vaibhav Surve Date: Mon, 7 Apr 2025 18:29:22 +0530 Subject: [PATCH] added "Coming Soon!" message and illustration to multiple components --- src/components/Project/ActivityTimeline.jsx | 273 +++++++++++--------- src/components/Project/WorkPlan.jsx | 20 +- src/pages/Gallary/ImageGallary.jsx | 16 +- src/pages/employee/EmployeeProfile.jsx | 16 +- src/pages/project/Inventory.jsx | 20 +- src/pages/project/ProjectDetails.jsx | 16 +- src/pages/reports/Reports.jsx | 16 +- 7 files changed, 238 insertions(+), 139 deletions(-) diff --git a/src/components/Project/ActivityTimeline.jsx b/src/components/Project/ActivityTimeline.jsx index 90e09f8d..159b182c 100644 --- a/src/components/Project/ActivityTimeline.jsx +++ b/src/components/Project/ActivityTimeline.jsx @@ -2,136 +2,151 @@ import React from "react"; const ActivityTimeline = () => { return ( -
-
-
- - Activity Timeline -
-
-
-
    -
  • - -
    -
    -
    12 Invoices have been paid
    - 12 min ago -
    -

    Invoices have been paid to the company

    -
    -
    - img - invoices.pdf -
    -
    -
    -
  • -
  • - -
    -
    -
    Client Meeting
    - 45 min ago -
    -

    Project meeting with john @10:15am

    -
    -
    -
    - Avatar -
    -
    -

    - Lester McCarthy (Client) -

    - CEO of ThemeSelection -
    -
    -
    -
    -
  • -
  • - -
    -
    -
    Create a new project for client
    - 2 Day Ago -
    -

    6 team members in a project

    -
      -
    • -
      -
        -
      • - Avatar -
      • -
      • - Avatar -
      • -
      • - Avatar -
      • -
      • - - +3 - -
      • -
      -
      -
    • -
    -
    -
  • -
-
+ //
+ //
+ //
+ // + // Activity Timeline + //
+ //
+ //
+ //
    + //
  • + // + //
    + //
    + //
    12 Invoices have been paid
    + // 12 min ago + //
    + //

    Invoices have been paid to the company

    + //
    + //
    + // img + // invoices.pdf + //
    + //
    + //
    + //
  • + //
  • + // + //
    + //
    + //
    Client Meeting
    + // 45 min ago + //
    + //

    Project meeting with john @10:15am

    + //
    + //
    + //
    + // Avatar + //
    + //
    + //

    + // Lester McCarthy (Client) + //

    + // CEO of ThemeSelection + //
    + //
    + //
    + //
    + //
  • + //
  • + // + //
    + //
    + //
    Create a new project for client
    + // 2 Day Ago + //
    + //

    6 team members in a project

    + //
      + //
    • + //
      + //
        + //
      • + // Avatar + //
      • + //
      • + // Avatar + //
      • + //
      • + // Avatar + //
      • + //
      • + // + // +3 + // + //
      • + //
      + //
      + //
    • + //
    + //
    + //
  • + //
+ //
+ //
+
+

Coming Soon!

+

We're currently working on this feature and will have it ready shortly. + Thank you for your patience!

+
+ girl-doing-yoga-light
+
); }; diff --git a/src/components/Project/WorkPlan.jsx b/src/components/Project/WorkPlan.jsx index 076d8f07..ebaa8a8b 100644 --- a/src/components/Project/WorkPlan.jsx +++ b/src/components/Project/WorkPlan.jsx @@ -1,7 +1,25 @@ import React from "react"; const WorkPlan = () => { - return
Work plan calender will go here
; + return ( + <> +
+

Coming Soon!

+

We're currently working on this feature and will have it ready shortly. + Thank you for your patience!

+
+ girl-doing-yoga-light +
+
+ +) }; export default WorkPlan; diff --git a/src/pages/Gallary/ImageGallary.jsx b/src/pages/Gallary/ImageGallary.jsx index 47ab1b19..de5c2bcc 100644 --- a/src/pages/Gallary/ImageGallary.jsx +++ b/src/pages/Gallary/ImageGallary.jsx @@ -1,7 +1,21 @@ import React from "react"; const ImageGallary = () => { - return
Image Gallery
; + return
+

Coming Soon!

+

We're currently working on this feature and will have it ready shortly. + Thank you for your patience!

+
+ girl-doing-yoga-light +
+
; }; export default ImageGallary; diff --git a/src/pages/employee/EmployeeProfile.jsx b/src/pages/employee/EmployeeProfile.jsx index 297de953..6987c322 100644 --- a/src/pages/employee/EmployeeProfile.jsx +++ b/src/pages/employee/EmployeeProfile.jsx @@ -84,7 +84,21 @@ const EmployeeProfile = () => { } default: - return
Select a pill to display content here.
; + return
+

Coming Soon!

+

We're currently working on this feature and will have it ready shortly. + Thank you for your patience!

+
+ girl-doing-yoga-light +
+
; } }; diff --git a/src/pages/project/Inventory.jsx b/src/pages/project/Inventory.jsx index de705df8..74ca9e5e 100644 --- a/src/pages/project/Inventory.jsx +++ b/src/pages/project/Inventory.jsx @@ -1,11 +1,21 @@ import React from "react"; const Inventory = () => { - return
Inventory -
-

ddj

-
-
; + return
+

Coming Soon!

+

We're currently working on this feature and will have it ready shortly. + Thank you for your patience!

+
+ girl-doing-yoga-light +
+
; }; export default Inventory; diff --git a/src/pages/project/ProjectDetails.jsx b/src/pages/project/ProjectDetails.jsx index 7c0fb529..937c6de7 100644 --- a/src/pages/project/ProjectDetails.jsx +++ b/src/pages/project/ProjectDetails.jsx @@ -149,7 +149,21 @@ const ProjectDetails = () => { } default: - return
Select a pill to display content here.
; + return
+

Coming Soon!

+

We're currently working on this feature and will have it ready shortly. + Thank you for your patience!

+
+ girl-doing-yoga-light +
+
; } }; diff --git a/src/pages/reports/Reports.jsx b/src/pages/reports/Reports.jsx index 79aa9c0a..b14cce50 100644 --- a/src/pages/reports/Reports.jsx +++ b/src/pages/reports/Reports.jsx @@ -1,7 +1,21 @@ import React from "react"; const Reports = () => { - return
Reports
; + return
+

Coming Soon!

+

We're currently working on this feature and will have it ready shortly. + Thank you for your patience!

+
+ girl-doing-yoga-light +
+
; }; export default Reports;