Commit Graph

230 Commits

Author SHA1 Message Date
pradeepkumar
89fcd060f4 refactor: remove client-side agent fetching in favor of direct prop data usage in FeaturesSection 2026-03-28 22:08:57 +05:30
pradeepkumar
8dbc5c3842 refactor: update TopProfessionals to use CMS data and implement dynamic featured agent fetching in FeaturesSection 2026-03-28 22:04:20 +05:30
pradeepkumar
a60776be8b fix 2026-03-28 20:08:59 +05:30
pradeepkumar
1d48bd8b47 fix 2026-03-28 20:08:23 +05:30
pradeepkumar
dc64335d28 style: update subscription UI layout, gem icon color, and chat theme branding 2026-03-28 19:19:25 +05:30
pradeepkumar
d759d6a2e8 style: adjust layout spacing in agent and user dashboard wrappers 2026-03-28 18:52:59 +05:30
pradeepkumar
d0d43eb69b feat: implement avatar loading shimmers and restrict privacy settings visibility by user role 2026-03-28 17:01:37 +05:30
pradeepkumar
391d717987 feat: sanitize notification descriptions to display link types instead of raw URLs 2026-03-28 16:10:58 +05:30
pradeepkumar
2070e4d9b7 fix: make career field read-only in ProfileSettingsForm for agents 2026-03-28 15:38:42 +05:30
pradeepkumar
cd7b964101 feat: implement real-time notification updates and toast alerts via socket events 2026-03-28 15:34:09 +05:30
pradeepkumar
0f3086bf34 fix 2026-03-28 02:21:28 +05:30
pradeepkumar
bd40eaeb0c feat: Implement message delivered event handling to update message statuses in conversations. 2026-03-28 02:03:04 +05:30
pradeepkumar
3f9554c8ba style: Remove top padding from the ProfileCard container. 2026-03-28 01:43:10 +05:30
pradeepkumar
37d66150c3 fix 2026-03-27 15:47:29 +05:30
pradeepkumar
bed03ad949 fix 2026-03-27 11:56:18 +05:30
pradeepkumar
881c96580e feat: Implement expandable specialization cards with an overlay, update specialization section grid item alignment, and reposition common header navigation. 2026-03-27 10:35:14 +05:30
pradeepkumar
2fb4809d1d feat: unregister FCM token during logout. 2026-03-27 09:03:32 +05:30
pradeepkumar
4589016da3 style: add minimum height to SpecializationCard component 2026-03-27 07:40:07 +05:30
pradeepkumar
2526bfdb8a refactor: remove profileLink prop and Link wrapper from ProfessionalCard component. 2026-03-27 06:56:38 +05:30
pradeepkumar
317f7e7402 feat: Introduce alwaysShow prop for MobileBackButton to control visibility and apply minor UI refinements to specialization cards and chat header. 2026-03-27 06:47:53 +05:30
pradeepkumar
d598637380 feat: dynamically display average rating and testimonial count in the testimonials section. 2026-03-27 06:32:06 +05:30
pradeepkumar
76ab856c20 feat: Implement agent-specific contact page CTA, enhance avatar loading and message previews, and refine messaging read receipts with auto-mark functionality. 2026-03-27 06:23:28 +05:30
pradeepkumar
6871470a39 fix 2026-03-26 15:18:32 +05:30
pradeepkumar
d863fdb1c9 feat: Pass user role and agent type via cookies for social sign-up and include them in the social authentication API request. 2026-03-26 15:18:12 +05:30
pradeepkumar
2fccc0a5e3 fix 2026-03-26 15:00:52 +05:30
pradeepkumar
5544cf4fc8 fix: adjust logo padding and absolutely center desktop navigation. 2026-03-26 11:26:45 +05:30
pradeepkumar
fd06d7b243 feat: Implement client-side caching for conversations in useMessaging to reduce re-fetching and improve performance. 2026-03-23 21:27:34 +05:30
pradeepkumar
b883a712fe feat: add Giphy API key as a build argument and environment variable. 2026-03-23 11:24:55 +05:30
pradeepkumar
fe531940bb feat: Implement dynamic featured agent cards with image loading and CMS content integration in FeaturesSection. 2026-03-23 11:24:49 +05:30
pradeepkumar
c0a631e2b4 feat: Add agent profile verification status banners to the dashboard and update the agent profile interface with verification fields. 2026-03-21 08:56:10 +05:30
pradeepkumar
67317f86b5 feat: Redirect ADMIN and SUPER_ADMIN users from web app routes to the logout page. 2026-03-20 17:05:15 +05:30
pradeepkumar
d5e3659ab2 feat: Implement cancel functionality in settings forms to revert to the last saved state and disable the cancel button when no changes are made. 2026-03-20 12:53:13 +05:30
pradeepkumar
2de25d7448 refactor: Remove "Show All Tags" functionality and state from professional cards, displaying a fixed number of expertise tags with a static count. 2026-03-20 12:47:06 +05:30
pradeepkumar
64f4234220 feat: Implement contact form submission with API integration and status feedback, refactor user profiles page layout and scrolling, and remove updateSession call from profile settings. 2026-03-20 12:43:23 +05:30
pradeepkumar
f71d47f3b7 fix: update HeroSection search form positioning and validation error message styling 2026-03-20 02:42:04 +05:30
pradeepkumar
bf97061a38 feat: Implement mobile responsive layout for the messaging page, enabling toggling between the conversation list and chat view on smaller screens. 2026-03-20 02:41:07 +05:30
pradeepkumar
9b6fbeb4fd feat: Introduce and integrate a mobile back button component across agent and user profile pages. 2026-03-20 02:32:58 +05:30
pradeepkumar
d8e75f4a06 feat: Improve message attachment handling by checking both fileUrl and content for S3 keys, and add an image loading error fallback UI. 2026-03-20 01:49:46 +05:30
pradeepkumar
0caf7af45b fix: Update 'show more/less' tag button to prevent event propagation and improve event handling. 2026-03-19 18:29:18 +05:30
pradeepkumar
b19991ed7b refactor: adjust profile page layout by removing scrollable profile cards and updating header navigation positioning. 2026-03-19 18:18:44 +05:30
pradeepkumar
8a9f1f2325 fix: Deduplicate array values in profile data mapping and ensure specialization cards fill full height. 2026-03-19 17:36:53 +05:30
pradeepkumar
19b90285da feat: Implement conversation mute and favorite features with UI, API, and state management. 2026-03-19 17:03:25 +05:30
pradeepkumar
51fd050945 feat: Add star/unstar functionality and display a mute indicator in the chat header. 2026-03-19 16:41:03 +05:30
pradeepkumar
26dc563a49 feat: Implement S3 avatar resolution for network connections, refine messaging initial conversation selection, and adjust profile display logic and header navigation. 2026-03-19 16:37:24 +05:30
pradeepkumar
94b7577234 fix: Update total notification count only when the 'all' filter is active to prevent incorrect overwrites. 2026-03-19 16:25:10 +05:30
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
896f49d1e1 fix: Populate the directionsUrl with a Google Maps link on the contact page. 2026-03-19 13:56:09 +05:30
pradeepkumar
ee51f4b554 fix 2026-03-19 13:32:40 +05:30
pradeepkumar
2617262a74 feat: Display a shimmer loading placeholder for the subscription CTA button and update its disabled condition. 2026-03-19 11:57:43 +05:30
pradeepkumar
a5fb2fda46 feat: Implement scrollable profile card container with sticky pagination. 2026-03-19 10:49:07 +05:30