From 0dc540eec2e17719eb716123d27a408f1f43cad8 Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Thu, 9 Oct 2025 10:41:32 +0530 Subject: [PATCH] =?UTF-8?q?Added=203-dots=20menu=20in=20the=20Employee=20M?= =?UTF-8?q?odule=20with=20=E2=80=98Show=20Inactive=20Employees=E2=80=99=20?= =?UTF-8?q?and=20Export=20functionalities=20inside=20the=20menu.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/employee/EmployeeList.jsx | 129 ++++++++++++---------------- 1 file changed, 57 insertions(+), 72 deletions(-) diff --git a/src/pages/employee/EmployeeList.jsx b/src/pages/employee/EmployeeList.jsx index 5b4740bc..3a71fee4 100644 --- a/src/pages/employee/EmployeeList.jsx +++ b/src/pages/employee/EmployeeList.jsx @@ -343,28 +343,6 @@ const EmployeeList = () => { {/* Show Inactive Employees Switch */} {/* {showAllEmployees && ( */} -
- setShowInactive(e.target.checked)} - /> - -
- {/* )} */} - - - {/* Right side: Search + Export + Add Employee */} -
- {/* Search Input - ALWAYS ENABLED */}
- {/* Export Dropdown */} -
- - -
+ {/* )} */} +
+ {/* Right side: Search + Add Employee + Options */} +
{/* Add Employee Button */} {Manage_Employee && ( )} + + {/* 3-Dots Dropdown (New Combined Menu) */} +
+ +
    + +
  • +
    + setShowInactive(e.target.checked)} + /> +
    + Show Inactive Employees +
  • + + +

  • + +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
+
+