Commit Graph

38 Commits

Author SHA1 Message Date
d36c34aa9f refactor: update tenant dashboard UI with styled GradientStatCard components and refreshed layout header 2026-05-11 13:12:08 +05:30
d8d7e542d0 feat: implement GradientStatCard component and apply Figtree font across the dashboard with responsive grid layout updates. 2026-05-07 17:39:34 +05:30
950cfe9f83 feat: implement password complexity policies and mandatory reset logic with new security service integration 2026-05-06 15:04:06 +05:30
fa3cf2c95f refactor: rename base_url to frontend_base_url, implement MarkdownViewer, and apply code formatting across tenant pages 2026-05-05 19:42:15 +05:30
178b8f9046 feat: add imperative handle to UsersTable and implement theme-aware dynamic styling and permission-based access controls across core tables. 2026-04-30 18:05:03 +05:30
901dde3362 refactor: standardize UI components with SearchBox, ActiveOnlyToggle, CodeBadge, and FormTextArea, while updating associated services and pages. 2026-04-30 16:02:04 +05:30
1b97371f73 feat: enhance error handling across UI components and services to display server-provided error messages and update SMTP configuration deletion logic 2026-04-29 18:51:18 +05:30
87db482697 refactor: modularize tenant settings and audit logs for reuse in superadmin dashboard and implement SearchBox component 2026-04-28 16:58:51 +05:30
bcd029950f feat: add module update functionality, webhook sync, and API key reissue support with new management modals 2026-04-21 14:58:46 +05:30
93dd820fe2 feat: add AI services menu to tenant admin platform and enhance DataTable with expandable rows and filters 2026-04-20 15:09:54 +05:30
edb631df36 feat: implement failed emails management module with resend and deletion capabilities for superadmin and tenant dashboards 2026-04-16 19:29:49 +05:30
fe707216f6 feat: integrate RichTextEditor and variable copy functionality into notification template management 2026-04-15 17:48:35 +05:30
cde2544cf3 feat: implement SMTP configuration management for super admin and tenant levels 2026-04-14 18:02:26 +05:30
2381260190 refactor: implement react-hook-form with zod validation for notification templates and master forms, update service methods, and reorder table filter components. 2026-04-14 10:28:09 +05:30
af077bb1ce feat: implement notification management system including master categories, codes, and template overrides, and update task assignment display 2026-04-14 09:24:59 +05:30
ccbda2c0ae feat: add sort functionality to Audit Log Resource Types list with new filter options 2026-04-09 14:34:20 +05:30
9067448e63 feat: add search functionality to FilterDropdown component and enable it in AuditLogs pages 2026-04-08 14:33:35 +05:30
6a798b2cf4 feat: implement audit resource type management and optimize image loading with global caching 2026-04-08 10:39:32 +05:30
421aaa1b87 refactor: remove unused UI components and icons across multiple pages 2026-04-06 19:16:32 +05:30
26566f6620 refactor: optimize notification socket lifecycle, update dashboard services, and refine tenant UI permissions and actions 2026-04-06 18:05:13 +05:30
c2e6d779d4 feat: implement real-time notification system with Socket.io, Redux state management, and UI components 2026-04-03 20:13:48 +05:30
682c390220 refactor: update auditLogService.getAll calls to use object-based filter parameters 2026-04-03 14:16:51 +05:30
040d710ec7 feat: enhance audit logs with advanced filtering, CSV export, and role-based views 2026-04-03 13:39:55 +05:30
7a368b09bc feat: implement workflow tasks management page and define associated data types 2026-03-30 18:35:00 +05:30
4e83f55800 feat: Introduce new modals for supplier contacts, scorecards, and workflow definition viewing, complementing an enhanced supplier data structure. 2026-03-17 18:47:32 +05:30
d242bbf708 feat: Implement comprehensive supplier management and enhance user modals to support supplier users. 2026-03-16 20:21:42 +05:30
5a0da32699 feat: Remove user deletion functionality, add module association to user types, and refactor tenant object out of auth state. 2026-03-16 17:58:11 +05:30
1025504a55 refactor: Standardize string literals to use double quotes and apply minor formatting across tenant management and settings components. 2026-03-13 18:50:48 +05:30
f460a89201 feat: implement comprehensive workflow definition management, including UI components, services, and routing for creating, editing, and listing workflow definitions. 2026-03-13 18:09:23 +05:30
b1ac65b345 feat: Implement Department and Designation management for tenants and superadmins, including UI, services, and user association. 2026-03-12 18:17:03 +05:30
e17af04b46 refactor: Use a unique wizard ID for file uploads during tenant creation, replacing the slug-based identification. 2026-03-09 18:24:04 +05:30
5b03dec1d8 feat: Implement authenticated image handling for tenant logos and favicons, utilizing file attachment UUIDs and a new AuthenticatedImage component. 2026-03-06 12:41:13 +05:30
757a9f216b feat: Add LTTS logo and update various UI components and pages across superadmin and tenant sections. 2026-03-02 21:41:27 +05:30
6efcb90f3e Fix typo in button label from "Lunch" to "Launch" in TenantDetails and Modules components for consistency. 2026-02-05 10:54:10 +05:30
c656594154 Refactor NewModuleModal to comment out health_status field and improve code readability. Update TenantDetails to fetch modules based on tenant ID and adjust ModulesTab to handle module data more effectively. Modify module service to accept tenant ID for fetching modules. Clean up unused code in RolesTable and UsersTable components by removing header text. 2026-02-04 16:37:31 +05:30
73e533694e Implement webhook URL functionality in NewModuleModal and ViewModuleModal. Update Modules component to include launch module feature for super admins, enhancing module management capabilities. Refactor Sidebar for improved layout and responsiveness. 2026-02-03 18:05:26 +05:30
41565c4c53 Enhance Vite configuration for optimized chunking and build performance. Implement manual chunking for feature-based and vendor dependencies to improve loading efficiency. Update ActionDropdown, FilterDropdown, FormSelect, and MultiselectPaginatedSelect components to prevent closing on internal scroll events. Refactor DataTable and other components for improved styling and responsiveness. Introduce lazy loading for route components to enhance application performance. 2026-02-03 12:31:50 +05:30
55b0d9c8c1 Refactor Layout and Sidebar components for improved responsiveness and permission handling. Update layout styles for better spacing and adjust Sidebar menu items to include permission checks for tenant users. Remove unused EditTenantModal and NewModuleModal components to streamline shared components. 2026-01-30 18:16:31 +05:30