SibarchanNayak
  • Joined on 2025-12-24
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-14 03:56:57 +00:00
af077bb1ce feat: implement notification management system including master categories, codes, and template overrides, and update task assignment display
Compare 2 commits »
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-10 12:55:03 +00:00
5e15326c29 refactor: update breadcrumb navigation in dashboard and file view pages
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-10 11:57:39 +00:00
f51e0af9c8 refactor: comment out unused SecondaryButton import in StorageDashboard
fe85b8b5f6 feat: implement dynamic theme support with useAppTheme hook and apply primary color across UI components
Compare 2 commits »
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-10 06:42:50 +00:00
9647e3e632 feat: reorder File Attachments menu item in tenant admin sidebar
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-09 12:32:06 +00:00
68173ac28a refactor: reorganize sidebar navigation menu structure and update group item rendering logic
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-09 09:04:35 +00:00
ccbda2c0ae feat: add sort functionality to Audit Log Resource Types list with new filter options
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-08 09:43:31 +00:00
d26456ab94 feat: implement tenant landing page to display and launch assigned modules
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-08 09:03:54 +00:00
9067448e63 feat: add search functionality to FilterDropdown component and enable it in AuditLogs pages
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-08 05:09:48 +00:00
6a798b2cf4 feat: implement audit resource type management and optimize image loading with global caching
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-06 13:46:45 +00:00
421aaa1b87 refactor: remove unused UI components and icons across multiple pages
873d5af758 feat: implement file attachment management system including listing, viewing, uploading, and secure link sharing
Compare 2 commits »
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-06 12:35:26 +00:00
26566f6620 refactor: optimize notification socket lifecycle, update dashboard services, and refine tenant UI permissions and actions
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-03 14:43:59 +00:00
c2e6d779d4 feat: implement real-time notification system with Socket.io, Redux state management, and UI components
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-03 10:04:59 +00:00
b6102d0b31 fix: resolve build errors by removing unused variables after UI refactor
3f0963d3e8 refactor: make webhook URL optional in validation and comment out unused status selection fields
Compare 2 commits »
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-03 08:47:05 +00:00
682c390220 refactor: update auditLogService.getAll calls to use object-based filter parameters
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-03 08:10:06 +00:00
040d710ec7 feat: enhance audit logs with advanced filtering, CSV export, and role-based views
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-02 16:01:03 +00:00
435375fc9f feat: add module filter to documents list and refactor version creation form UI
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-01 16:00:59 +00:00
dfe6d74993 feat: implement collapsible sidebar menu groups for document services and add document review page
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-04-01 09:42:47 +00:00
14bb57a574 feat: implement document editing functionality with metadata and classification updates
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-03-30 13:05:15 +00:00
7a368b09bc feat: implement workflow tasks management page and define associated data types
SibarchanNayak pushed to main at yashwin/Qassure-frontend 2026-03-27 15:48:39 +00:00
e4aede83d9 feat: Add module association to documents and integrate workflow history and tracking.