SibarchanNayak
  • Joined on 2025-12-24
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-05 05:24:25 +00:00
6efcb90f3e Fix typo in button label from "Lunch" to "Launch" in TenantDetails and Modules components for consistency.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-04 12:26:16 +00:00
acd956db50 Refactor user service to streamline getAllUsers function and enhance code clarity. Update NewModuleModal by removing commented health_status field and adjusting error handling for improved validation. This change simplifies the module creation process and maintains consistency in data handling.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-04 11:08:45 +00:00
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.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-04 09:25:54 +00:00
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.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-04 05:50:18 +00:00
f7be0267d1 Add a newline at the end of the Modules component file for consistency and adherence to coding standards.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-04 05:12:08 +00:00
b280bb5401 Comment out the getThemeImageUrl function in theme utility for future reference, preserving the original implementation while preventing execution.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-03 14:27:24 +00:00
504574c80c Fix formatting issue by adding a newline at the end of the Modules component file for consistency and adherence to coding standards.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-03 14:20:32 +00:00
146d47a6a7 Remove ModuleLaunchRedirect component and its associated route from tenant admin routes. Update Modules component to directly open launch URLs in a new tab, streamlining the redirection process.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-03 14:10:49 +00:00
46e8fd466b Refactor Modules component to navigate to a redirect page with the launch URL as a query parameter instead of opening it in a new tab. Add new route for ModuleLaunchRedirect in tenant admin routes for improved URL handling.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-03 13:57:52 +00:00
2f10b23400 Add fetch request with custom headers in Modules component before opening launch URL. This ensures proper handling of tunnel reminders for super admins while maintaining existing functionality.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-03 12:35:44 +00:00
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.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-03 07:49:40 +00:00
803ca1cd1a Comment out build configuration in Vite setup for future reference. This includes manual chunking logic for feature-based and vendor dependencies, as well as chunk size warning limit settings.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-02-03 07:02:06 +00:00
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.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-01-30 12:46:44 +00:00
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.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-01-29 12:12:23 +00:00
621670ffbc Refactor theme hook and update tenant creation logic to improve clarity and consistency. Remove unused tenant_id from Users component and ensure proper variable naming in CreateTenantWizard.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-01-29 12:09:00 +00:00
a4975e37b8 Update Modules component to reflect new page context with updated title and description for better clarity in tenant navigation.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-01-29 12:07:18 +00:00
45bdc24ee2 Enhance tenant admin routing by adding Modules component to the routes configuration. Clean up comments and ensure consistent structure across route definitions.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-01-29 11:57:49 +00:00
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.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-01-28 13:14:34 +00:00
c6ee8c7032 Refactor EditTenantModal into EditTenant page with multi-step form for tenant details, contact information, and settings. Enhance validation schemas and integrate file upload functionality for branding assets. Update routing to navigate to the new EditTenant page instead of using a modal. Remove legacy modal handling from Tenants component.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-01-28 12:13:53 +00:00
91fe238547 Merge remote-tracking branch 'origin/main' - resolved Jenkinsfile conflict
cc11f403de 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.
Compare 2 commits »