Qassure-frontend/src
2026-03-23 12:01:20 +05:30
..
assets first commit 2026-01-19 19:36:31 +05:30
components feat: Refine tenant route matching and implement role-based login redirection for super admins and tenant users. 2026-03-23 12:01:20 +05:30
features/dashboard/components 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
hooks feat: Implement authenticated tenant theme fetching and replace logo image with AuthenticatedImage component. 2026-03-19 11:49:49 +05:30
lib first commit 2026-01-19 19:36:31 +05:30
pages feat: Enable granular user role assignments with optional module association using role_module_combinations. 2026-03-20 11:16:07 +05:30
routes feat: Implement comprehensive supplier management and enhance user modals to support supplier users. 2026-03-16 20:21:42 +05:30
services feat: Refine tenant route matching and implement role-based login redirection for super admins and tenant users. 2026-03-23 12:01:20 +05:30
store feat: Implement authenticated tenant theme fetching and replace logo image with AuthenticatedImage component. 2026-03-19 11:49:49 +05:30
types feat: Enable granular user role assignments with optional module association using role_module_combinations. 2026-03-20 11:16:07 +05:30
utils Comment out the getThemeImageUrl function in theme utility for future reference, preserving the original implementation while preventing execution. 2026-02-04 10:41:50 +05:30
App.tsx Update environment configuration for production, remove automated Jenkins pipeline, and refactor routing in App component to utilize AppRoutes. Enhance Login and ProtectedRoute components to manage user roles and navigation based on authentication status. 2026-01-28 17:41:39 +05:30
index.css first commit 2026-01-19 19:36:31 +05:30
main.tsx 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