Commit Graph

71 Commits

Author SHA1 Message Date
pradeepkumar
6aa4b62df3 fix: Remove notifications from the list when marked as read while viewing the 'unread' tab. 2026-03-19 16:22:57 +05:30
pradeepkumar
00a7cc68d1 fix: Defer agent dashboard data fetching until session is authenticated and update payment success redirect to full page reload. 2026-03-19 10:22:21 +05:30
pradeepkumar
776aeaac8d feat: Display user's full name and profile avatar in network lists, falling back to email and default avatar. 2026-03-19 04:58:37 +05:30
pradeepkumar
772e1024cc feat: Implement useImageStatus hook and enhance image loading status handling across various components to address cached images and loading timeouts. 2026-03-18 11:54:40 +05:30
pradeepkumar
9638c6c4c9 feat: Dispatch 'profile-updated' event after avatar update to trigger UI refresh. 2026-03-15 17:07:53 +05:30
pradeepkumar
65d3d6c9dc feat: Enable direct navigation to specific message conversations via URL parameters and initiate new conversations from the network page. 2026-03-15 01:03:44 +05:30
pradeepkumar
9acb0063fa feat: Implement shimmer loading for profile and avatar images across various components. 2026-03-14 14:37:19 +05:30
pradeepkumar
7b5c670159 feat: Improve avatar loading experience by displaying placeholders until images are fully loaded across various components. 2026-03-13 22:45:11 +05:30
pradeepkumar
c7f1b89203 feat: Centralize authentication redirects to middleware, remove client-side redirect logic, and refine logout process. 2026-03-10 09:28:19 +05:30
pradeepkumar
93b86a3472 feat: Implement a new testimonial submission page and service, and update related profile and settings components. 2026-03-05 05:36:10 +05:30
pradeepkumar
8502191e2e Fix: Prevent phone field conflicts by removing direct pre-population and prioritizing dynamic field slugs during agent profile updates. 2026-03-04 20:56:35 +05:30
pradeepkumar
39a2998344 feat: Display pending connection request count on the agent dashboard profile card. 2026-03-04 20:24:41 +05:30
pradeepkumar
9b89e71764 feat: Implement notification API service, integrate unread count in header, and replace mock data on notification pages. 2026-02-25 06:45:49 +05:30
pradeepkumar
c8f9045a38 fix: Improve robustness and error handling for dynamic form fields and sections with safe data access and type coercion. 2026-02-24 21:43:05 +05:30
pradeepkumar
c5dc139633 feat: Implement rich media messaging for images, files, and GIFs, and add message read/delivery status indicators. 2026-02-21 22:11:42 +05:30
pradeepkumar
cb76eb6488 feat: Implement payment success confirmation page and testimonials form with new icons. 2026-02-12 06:21:11 +05:30
pradeepkumar
6be8a314e9 Refactor: Update tick-circle-icon.svg to use a stroked circle and adjusted tick mark path and styling. 2026-02-12 06:03:00 +05:30
pradeepkumar
4ddb7552db feat: Add Billings & Payments and Testimonials settings pages for agent and user roles, and refactor notification settings form. 2026-02-12 05:56:10 +05:30
pradeepkumar
46f5097742 feat: implement dedicated notification pages for agent and user roles. 2026-02-09 02:27:58 +05:30
pradeepkumar
7e8576c006 feat: Add cache-busting to avatar image URLs and implement show more/less functionality for certifications. 2026-02-09 01:42:26 +05:30
pradeepkumar
dbdd22a84b feat: Implement navigation to the agent message page when clicking the message button on network connections. 2026-02-09 01:21:21 +05:30
pradeepkumar
1faed9140c feat: implement dynamic contact info and availability mapping from field values, and enhance phone number masking. 2026-02-02 10:19:55 +05:30
pradeepkumar
b5106945dc feat: Implement agent-user connection request system with a new service and dynamic profile card buttons. 2026-02-02 09:59:08 +05:30
pradeepkumar
edfbf4a51c feat: Implement agent availability status with a toggle for agents and display on user profiles. 2026-02-02 00:34:31 +05:30
pradeepkumar
b88e47f911 feat: Implement dynamic city and state retrieval and display for profiles, utilizing new data mapping and updated UI logic. 2026-02-01 23:25:27 +05:30
pradeepkumar
09cf44f418 feat: Introduce dynamic profile filtering with a new service and update user and agent profiles to use separate first and last name fields. 2026-02-01 15:04:51 +05:30
pradeepkumar
b41bd8a3eb feat: Implement authentication checks for profile actions and user layout, and add presigned URL fetching for file viewing. 2026-01-29 00:02:59 +05:30
pradeepkumar
4ffd6305b1 fix 2026-01-25 01:15:02 +05:30
pradeepkumar
ec8116b886 fix 2026-01-24 23:31:32 +05:30
pradeepkumar
39af9bc59d s3 fix 2026-01-24 23:10:02 +05:30
pradeepkumar
b940e77a67 fix 2026-01-24 22:31:14 +05:30
pradeepkumar
a0559a17f1 fix 2026-01-24 22:19:30 +05:30
pradeepkumar
7d6ef356e2 fix 2026-01-24 21:36:37 +05:30
pradeepkumar
eba83e2961 fix 2026-01-24 21:06:13 +05:30
pradeepkumar
0f84e3d4d7 feat: Integrate react-select for multi-select fields and add support for file upload field types. 2026-01-24 20:47:00 +05:30
pradeepkumar
5e2b3d8e83 feat: Implement dynamic agent profile editing by introducing new services and dynamic UI components. 2026-01-24 20:36:22 +05:30
pradeepkumar
d325089ce0 feat: Introduce shared settings components, implement user settings pages, and refactor agent settings pages to utilize them. 2026-01-20 12:37:22 +05:30
pradeepkumar
f035129b6a refactor: Remove deprecated agent dashboard and message components, add FAQ page, and introduce a new generic messaging system. 2026-01-20 12:26:27 +05:30
pradeepkumar
a4dc8bb0fa feat: Add user profile page and new modular profile components, integrating them into the agent dashboard. 2026-01-20 12:17:47 +05:30
pradeepkumar
d1b4458e26 refactor: Standardize user dashboard path to /user/dashboard and refine HeroSection helper text styling. 2026-01-20 01:24:43 +05:30
pradeepkumar
5a845e4b5d feat: Redesign the home page hero section with a new background image and enhanced search UI, and standardize user dashboard routing across the application. 2026-01-19 09:46:32 +05:30
pradeepkumar
3e23624469 feat: Implement a common header component to replace AgentHeader and introduce a new contact page with associated assets. 2026-01-19 08:54:09 +05:30
pradeepkumar
3ceb3dc866 feat: add new contact page with form and contact details 2026-01-19 00:23:46 +05:30
pradeepkumar
7ac0be19a9 style: Remove conditional background color for selected conversation items. 2026-01-19 00:14:59 +05:30
pradeepkumar
071354be87 feat: Implement auto-scrolling to the bottom of chat messages and a scroll-to-bottom button that appears when scrolled up. 2026-01-19 00:14:41 +05:30
pradeepkumar
f7388642d1 style: improve message list UI with an active conversation indicator, refined avatar styling, and an updated header options icon. 2026-01-19 00:12:19 +05:30
pradeepkumar
c5ed8fb1aa feat: Implement agent messaging and settings pages with new components and icons. 2026-01-18 23:58:25 +05:30
pradeepkumar
48c4b564e5 feat: introduce agent network page with sidebar, invitation cards, and new icons, while refactoring dashboard components and updating profile links. 2026-01-18 23:43:44 +05:30
pradeepkumar
74fe46335f feat: Add agent network feature with invitation cards and sidebar, and revamp agent edit availability UI to include office hours and contact methods. 2026-01-18 23:13:56 +05:30
pradeepkumar
7d5de4aa93 refactor: Update form section card styling and enhance state licensing input with a removal option. 2026-01-18 23:08:44 +05:30