Commit Graph

52 Commits

Author SHA1 Message Date
pradeepkumar
a292bdc694 feat: add location autocomplete functionality to HeroSection search input 2026-04-20 13:36:59 +05:30
pradeepkumar
da805fbc5c feat: add profile links to featured agents and professionals by updating CMS types and card components 2026-04-20 10:31:51 +05:30
pradeepkumar
396d68649f feat: replace mobile agent card slider with horizontal swipe carousel and improve messaging header responsiveness 2026-04-18 11:32:45 +05:30
pradeepkumar
ff17bab0db fix: update validation error message to overlay layout to prevent content shifting 2026-04-18 10:54:52 +05:30
pradeepkumar
945f0dafaa style: refine validation error UI in HeroSection and improve FilterModal section header layout 2026-04-18 08:14:46 +05:30
pradeepkumar
39a8d846b4 fix: improve HeroSection responsiveness and remove expertise tag truncation in user profile page 2026-04-17 20:20:31 +05:30
pradeepkumar
99a594ed16 feat: implement comprehensive field validation logic and update UI components to enforce validation constraints 2026-04-15 15:44:51 +05:30
pradeepkumar
56c300f368 feat: implement dynamic row-based tag clipping in TopProfessionals and fix typo in CommonHeader 2026-04-15 11:47:40 +05:30
pradeepkumar
3897a47756 style: remove justify-between from HeroSection container to adjust layout alignment 2026-04-15 06:46: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
580415f98a refactor: conditionally render description and helper text in HeroSection based on content availability 2026-04-12 16:18:54 +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
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
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
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
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
d0d43eb69b feat: implement avatar loading shimmers and restrict privacy settings visibility by user role 2026-03-28 17:01:37 +05:30
pradeepkumar
37d66150c3 fix 2026-03-27 15:47:29 +05:30
pradeepkumar
2526bfdb8a refactor: remove profileLink prop and Link wrapper from ProfessionalCard component. 2026-03-27 06:56:38 +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
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
f71d47f3b7 fix: update HeroSection search form positioning and validation error message styling 2026-03-20 02:42:04 +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
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
7dfa93adb5 feat: Implement dynamic specialization search in the hero section and parse URL filters on the profiles page. 2026-03-16 19:11:26 +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
65f85d0027 feat: Adjust HeroSection layout and category placeholder text, and update TestimonialsSection background color and add a divider. 2026-03-08 00:17:21 +05:30
pradeepkumar
724ce6a735 feat: Implement S3 presigned URL resolution for CMS images across pages and apply minor styling adjustments to the header and hero sections. 2026-03-05 05:51:57 +05:30
pradeepkumar
27d3a24605 perf: Optimize profile data fetching by preventing re-showing loading spinner and unnecessary re-fetches on subsequent session changes. 2026-03-04 21:40:16 +05:30
pradeepkumar
b235378815 feat: Integrate CMS to dynamically populate home page sections with dedicated content types and a new service. 2026-02-22 21:52:54 +05:30
pradeepkumar
841b776dca feat: Add category selection dropdown and state management to the hero section search. 2026-02-10 21:00:23 +05:30
pradeepkumar
719b784dfe feat: Implement 'Show More/Less' functionality for specialization cards, refine expertise tag extraction logic, and update the 'Browse Experts' navigation link. 2026-02-02 16:24:39 +05:30
pradeepkumar
c4afc421cf feat: Introduce user profile service and enable role-based profile management for users and agents, including avatar uploads and a dismissible error message in the hero section. 2026-02-01 00:50:09 +05:30
pradeepkumar
db331e5a2b feat: Redesign header with mobile menu and authenticated user profile, add search input validation to the hero section, and enhance user session data. 2026-01-31 22:42:29 +05:30
pradeepkumar
aca4cda831 fix 2026-01-24 23:52:09 +05:30
pradeepkumar
781a60f537 feat: Add a new user profiles page with filtering capabilities and update hero section navigation to it. 2026-01-20 11:51:10 +05:30
pradeepkumar
03d1377a88 feat: Refactor TestimonialsSection to use a new TestimonialCard component and introduce new SVG icons for quotes, cities, and properties. 2026-01-20 11:14:37 +05:30
pradeepkumar
7e28bd22fe feat: Add new location, star, and verified badge SVG icons and update professional card styling and icon references. 2026-01-20 09:51:40 +05:30
pradeepkumar
bc15ae4825 feat: Add orange active state icons for agent and lender tabs, and update tab button and CTA card styling. 2026-01-20 09:44:56 +05:30
pradeepkumar
2dfe33cca3 feat: Redesign "Top Professionals" section with new ProfessionalCard component and dedicated assets, replacing FeaturedAgents. 2026-01-20 01:41:09 +05:30
pradeepkumar
8bdc8c6120 feat: Introduce new icons and agent images, and update FeaturesSection to display agent cards and refined feature details. 2026-01-20 01:33:44 +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
79f5fadb05 refactor: Redesign HeroSection search form UI, remove quick filters, and update headline styling. 2026-01-19 10:27:36 +05:30
pradeepkumar
a2860162b2 refactor: Adjust header positioning in user layout and update HeroSection image fit, padding, and button text color. 2026-01-19 10:01:40 +05:30