Commit Graph

237 Commits

Author SHA1 Message Date
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
bb7706d152 feat: Enhance agent profiles with dynamic fields, granular location data, and add a verified badge asset. 2026-02-01 22:45:56 +05:30
pradeepkumar
ad2d2dfbf4 refactor: Simplify URL parameter handling by removing the isInitialized flag and directly using derived URL parameters for state and data fetching. 2026-02-01 21:58:57 +05:30
pradeepkumar
f48c665b0a style: Implement custom checkbox styling with a checked state SVG icon. 2026-02-01 18:45:31 +05:30
pradeepkumar
58a1918fa8 feat: Implement dynamic filtering for agent search by adding a filters parameter to the search service and utilizing it in the profiles page. 2026-02-01 18:30:21 +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
35ae58c0df feat: Split profile name into first and last name fields, introduce event-based profile updates for the header, and add S3 deletion for avatars. 2026-02-01 00:59:37 +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
1ec1696db7 feat: enable user profile avatar upload and display across header and settings. 2026-02-01 00:35:22 +05:30
pradeepkumar
465551fea5 refactor: Reimplement header functionality within CommonHeader and add new profile menu icons. 2026-02-01 00:06:52 +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
81d182c526 refactor: streamline token refresh logic by retrying queued requests with new tokens and update public API endpoint list. 2026-01-31 21:46:49 +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
911ae85e20 fix 2026-01-25 00:21:17 +05:30
pradeepkumar
aca4cda831 fix 2026-01-24 23:52:09 +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
cb2e17c759 fix: use npm install instead of npm ci in Dockerfile 2026-01-21 19:20:13 +05:30
pradeepkumar
25b76e0a2d chore: update dependencies. 2026-01-21 18:55:42 +05:30
pradeepkumar
e28c485530 fix: sync package-lock.json for Docker build 2026-01-21 12:43:15 +05:30
pradeepkumar
c175b2b871 refactor: separate authentication routes from public routes and adjust middleware redirection logic. 2026-01-20 12:39:42 +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
c8647fbf5c feat: encapsulate profile filtering UI into a new FilterModal component. 2026-01-20 11:59:57 +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
484f01d74d feat: Conditionally render the header layout based on whether the current path is the user dashboard. 2026-01-19 10:30:28 +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
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
db3b12507e refactor: Replace custom user layout header and sidebar with shared components and remove negative margin from user profile page. 2026-01-19 09:20:48 +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
2bca1ff0c0 style: update agent profile dropdown menu styling and structure in AgentHeader. 2026-01-19 00:16:52 +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