Commit Graph

125 Commits

Author SHA1 Message Date
c516ea18bc refactor: migrate file upload modals to react-hook-form with zod validation schemas 2026-05-13 10:15:35 +05:30
40e43389df feat: add CustomButton component and implement conditional UI rendering based on user permissions and document status 2026-05-12 19:00:16 +05:30
0af7da47a9 style: soften shadow intensity on NotificationBell dropdown 2026-05-12 17:40:41 +05:30
43221dd274 refactor: simplify StatCard UI by removing background containers and applying icon colors directly 2026-05-12 17:36:48 +05:30
c324e1d5cb refactor: redesign notifications list UI and replace search functionality with PrimaryButton integration 2026-05-12 17:26:18 +05:30
1054e69caa refactor: make UpdateRoleRequest fields optional, disable auto-code generation in EditRoleModal, and update WorkflowDefinitionModal to use role code as value 2026-05-12 17:04:39 +05:30
eefd4f995a refactor: update storage quota configuration from megabytes to gigabytes 2026-05-12 15:50:17 +05:30
4024711100 refactor: implement breadcrumb navigation and modernize layout components across tenant pages 2026-05-12 15:42:04 +05:30
af7e83c59c refactor: comment out department user count display and reduce vertical spacing in DepartmentTreeView 2026-05-11 19:29:15 +05:30
0510f15175 refactor: decouple DepartmentTable logic into separate list and tree view components 2026-05-11 19:14:47 +05:30
f87f552d52 feat: add regex-based fileId extraction to AuthenticatedImage to support direct backend preview URLs 2026-05-11 17:33:53 +05:30
d36c34aa9f refactor: update tenant dashboard UI with styled GradientStatCard components and refreshed layout header 2026-05-11 13:12:08 +05:30
2cfce21323 refactor: standardize RolesTable component formatting and improve code readability 2026-05-08 14:34:24 +05:30
f4838422c2 refactor: update UI styling and layout for dashboard task components 2026-05-07 19:14:11 +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
eaf0568a64 feat: update search placeholder to reflect name and description filtering 2026-05-06 09:37:56 +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
1d207d2dcb feat: implement AI usage dashboard and provider management features for tenant administration 2026-05-04 19:01:08 +05:30
c427e4aa51 refactor: replace TestTube with ClipboardCheck icon and apply consistent code formatting in PromptManagement page 2026-05-04 16:04:43 +05:30
816208fd9c feat: add prompt test case management and integrate AI provider model resolution logic 2026-05-04 15:42:36 +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
7eeee08318 feat: implement automatic JWT refresh logic with request queuing in API interceptor and auth store 2026-04-27 19:15:12 +05:30
7dc818ab71 feat: implement prompt management features including editing, version history, cloning, status toggling, and deletion. 2026-04-22 19:43:23 +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
92ea75ce77 feat: rename sidebar menu items for clarity, update CompletionDetail component to hide unused fields, and add new routes for Prompt Management 2026-04-20 17:59:24 +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
8c0c92865e refactor: remove scope filtering functionality from roles table and service layer 2026-04-15 17:54:23 +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
484f3b2e07 abc 2026-04-14 09:26:35 +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
5e15326c29 refactor: update breadcrumb navigation in dashboard and file view pages 2026-04-10 18:24:47 +05:30
f51e0af9c8 refactor: comment out unused SecondaryButton import in StorageDashboard 2026-04-10 17:27:01 +05:30
fe85b8b5f6 feat: implement dynamic theme support with useAppTheme hook and apply primary color across UI components 2026-04-10 17:26:12 +05:30
9647e3e632 feat: reorder File Attachments menu item in tenant admin sidebar 2026-04-10 12:12:37 +05:30
68173ac28a refactor: reorganize sidebar navigation menu structure and update group item rendering logic 2026-04-09 18:01:52 +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
d26456ab94 feat: implement tenant landing page to display and launch assigned modules 2026-04-08 15:13:15 +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
873d5af758 feat: implement file attachment management system including listing, viewing, uploading, and secure link sharing 2026-04-06 19:09:17 +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