Commit Graph

25 Commits

Author SHA1 Message Date
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
cde2544cf3 feat: implement SMTP configuration management for super admin and tenant levels 2026-04-14 18:02:26 +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
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
6a798b2cf4 feat: implement audit resource type management and optimize image loading with global caching 2026-04-08 10:39: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
dfe6d74993 feat: implement collapsible sidebar menu groups for document services and add document review page 2026-04-01 21:30:47 +05:30
7a368b09bc feat: implement workflow tasks management page and define associated data types 2026-03-30 18:35:00 +05:30
083d10fdff feat: Add document management features including document creation, categorization, and a rich text editor for content editing. 2026-03-23 18:58:58 +05:30
4b76f71cf4 feat: Implement role-based quick actions and enhance recent activity display with tenant filtering and UI refinements. 2026-03-23 14:24:24 +05:30
a6ef7e6bee feat: Implement authenticated tenant theme fetching and replace logo image with AuthenticatedImage component. 2026-03-19 11:49:49 +05:30
d242bbf708 feat: Implement comprehensive supplier management and enhance user modals to support supplier users. 2026-03-16 20:21:42 +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
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
dd71820ac9 Enhance Header component to display user roles alongside names. Update Sidebar menu item label for clarity. Refactor Modules component to utilize new MyModule type and fetch modules with updated service method. Comment out unused code in RolesTable and Dashboard components for cleaner codebase. Add MyModule and MyModulesResponse types for better type safety in module handling. 2026-02-04 14:55:36 +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
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
bb5a086110 Refactor routing and role management in various components to streamline tenant and super admin navigation. Update Sidebar and Header to conditionally render menu items based on user roles. Enhance theme integration for tenant admins and adjust navigation paths in Login and Roles components. Remove TenantLogin and TenantProtectedRoute components for cleaner structure. 2026-01-29 17:27:34 +05:30
2cb8005540 first commit 2026-01-19 19:36:31 +05:30