Commit Graph

162 Commits

Author SHA1 Message Date
pradeepkumar
3897a47756 style: remove justify-between from HeroSection container to adjust layout alignment 2026-04-15 06:46:25 +05:30
pradeepkumar
8a7cbe6bbc fix: set specialization cards to stretch height for consistent layout alignment 2026-04-15 06:44:55 +05:30
pradeepkumar
ffa508f7cf refactor: remove location field from user and agent profile settings forms 2026-04-14 13:05:54 +05:30
pradeepkumar
9042913e22 feat: add personal tagline support and improve snake_case string formatting in profile data mapping 2026-04-14 10:11:02 +05:30
pradeepkumar
66b233159a feat: add agency information section and dynamic field labels to profile experience data 2026-04-14 07:54:25 +05:30
pradeepkumar
369c7a0ac8 fix: update hero headline text and adjust section layout constraints for consistent height 2026-04-13 23:31:32 +05:30
pradeepkumar
a904edba92 feat: add event listeners to synchronize notification and message counts upon read events 2026-04-13 22:47:59 +05:30
pradeepkumar
580415f98a refactor: conditionally render description and helper text in HeroSection based on content availability 2026-04-12 16:18:54 +05:30
pradeepkumar
ff0a704deb feat: fetch and render dynamic agent types in footer service providers list 2026-04-12 12:31:59 +05:30
pradeepkumar
11c3fdfde8 refactor: update location display order to state-first and fix minor typos in auth pages 2026-04-11 22:52:11 +05:30
pradeepkumar
c607818bd6 refactor: update HeroSection ctaButtonText to See All 2026-04-11 22:14:14 +05:30
pradeepkumar
38e327c27f chore: update title and cta text in TopProfessionals component 2026-04-11 22:10:46 +05:30
pradeepkumar
330ec8ac5d feat: update testimonial content and section branding in TestimonialsSection 2026-04-11 21:44:33 +05:30
pradeepkumar
991160b672 feat: add coming-soon page and update navigation links and middleware routes 2026-04-11 21:30:56 +05:30
pradeepkumar
4a1d118388 feat: add coming-soon page, update footer links and branding, and configure middleware access 2026-04-11 20:14:52 +05:30
pradeepkumar
0845e58a49 refactor: increase initial expertise tag count and constrain tag container height in profile and professional components 2026-04-10 23:51:47 +05:30
pradeepkumar
6fff0de325 feat: implement URL-based listing type selection and update footer navigation links 2026-04-10 20:15:25 +05:30
pradeepkumar
fbd209e129 feat: add privacy policy and terms of service pages and update footer links 2026-04-10 20:09:55 +05:30
pradeepkumar
48121277e4 feat: add unread message count badge to CommonHeader for user role 2026-04-10 17:44:36 +05:30
pradeepkumar
b2d2567a6c fix: update expertise tag display to wrap and adjust initial tag count to 2 2026-04-10 17:10:10 +05:30
pradeepkumar
e5dfac0470 refactor: optimize profile tag display and truncate location text across professional components 2026-04-10 16:39:58 +05:30
pradeepkumar
65787bc34c refactor: introduce pause method to socket service to preserve event listeners during idle disconnects 2026-04-08 22:04:20 +05:30
pradeepkumar
935c747cd1 style: update profile image object positioning and fix checkbox alignment in filter modal 2026-04-08 03:46:15 +05:30
pradeepkumar
62545d0114 fix 2026-04-06 14:06:55 +05:30
pradeepkumar
cfc6cd540a fix 2026-04-03 08:57:25 +05:30
pradeepkumar
daa0e3ff67 refactor: remove hardcoded default content from components and update dashboard to conditionally render sections after CMS data loading 2026-03-30 12:07:20 +05:30
pradeepkumar
86cacd9a5b feat: enable direct messaging initiation from agent profiles via agentProfileId query parameter 2026-03-29 17:40:06 +05:30
pradeepkumar
f762e613e0 style: adjust specialization card height and grid alignment for improved layout consistency 2026-03-29 03:52:32 +05:30
pradeepkumar
36b94c7b0c refactor: optimize socket connection handling, improve messaging cache management, and simplify SpecializationCard UI 2026-03-29 03:31:01 +05:30
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
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
d0d43eb69b feat: implement avatar loading shimmers and restrict privacy settings visibility by user role 2026-03-28 17:01:37 +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
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
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
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
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
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