Commit Graph

9 Commits

Author SHA1 Message Date
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
fe707216f6 feat: integrate RichTextEditor and variable copy functionality into notification template management 2026-04-15 17:48:35 +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
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
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
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