SibarchanNayak
  • Joined on 2025-12-24
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 »
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-01-28 09:59:57 +00:00
60b14f3fe7 Update welcome message in Login component to include a numeric suffix for clarity.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-01-28 06:26:07 +00:00
a4f7b6fcfa Enhance CreateTenantWizard with improved file upload functionality for logo and favicon, including validation, preview, and error handling. Update contact details schema to enforce phone number and postal code formats. Adjust API base URL for local development.
Compare 2 commits »
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-01-27 14:14:52 +00:00
4226f67923 Enhance tenant management UI by adding branding customization options in CreateTenantWizard and TenantDetails components. Implement file upload functionality for logo and favicon, and allow users to set primary, secondary, and accent colors for tenant branding. Update settings schema to accommodate new branding fields.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-01-27 12:46:10 +00:00
f07db4040e Enhance tenant management by adding CreateTenantWizard and TenantDetails components for streamlined tenant creation and viewing. Update routing in App component to include new paths for tenant management. Refactor Header and Layout components to support breadcrumb navigation. Improve EditRoleModal, EditUserModal, and NewRoleModal to include defaultTenantId for automatic tenant association in role and user management. Update API services to support tenant-specific data fetching for roles and users.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-01-23 12:51:31 +00:00
0264d5caf5 Update .env to set the API base URL for production environment, and refactor MultiselectPaginatedSelect component by removing unused display text logic. Enhance Roles page by updating role creation and update handlers to use new type definitions for improved type safety.
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-01-23 12:34:43 +00:00
9a0d28145a Enhance EditRoleModal with improved role management features, including dynamic module and permission selection based on user roles. Implement auto-generation of role code from name input, and update validation schema to support new permissions structure. Refactor form handling for better user experience and error management.