From 5949e7c2778abae91477fd3487a7d1e0ad13f57a Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Fri, 4 Jul 2025 11:10:22 +0530 Subject: [PATCH] improved empty state UI when no projects are found --- src/pages/project/ProjectList.jsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/pages/project/ProjectList.jsx b/src/pages/project/ProjectList.jsx index 008738e1..a19079b7 100644 --- a/src/pages/project/ProjectList.jsx +++ b/src/pages/project/ProjectList.jsx @@ -272,7 +272,7 @@ const ProjectList = () => { - @@ -295,6 +295,10 @@ const ProjectList = () => { id: "b74da4c2-d07e-46f2-9919-e75e49b12731", label: "Active", }, + { + id: "cdad86aa-8a56-4ff4-b633-9c629057dfef", + label:"In Progress" + }, { id: "603e994b-a27f-4e5d-a251-f3d69b0498ba", label: "On Hold", @@ -336,8 +340,8 @@ const ProjectList = () => { {currentItems.length === 0 ? ( - - +
+ Project Name Contact Person
+
No projects found