Commit Graph

19 Commits

Author SHA1 Message Date
pradeepkumar
1dba4e70d5 feat: sync profile data with session and implement visibility-based refetching in ProfileSettingsForm 2026-04-24 12:56:20 +05:30
pradeepkumar
2337f5646f feat: implement email change functionality with verification modal in profile settings 2026-04-20 14:07:33 +05:30
pradeepkumar
ffa508f7cf refactor: remove location field from user and agent profile settings forms 2026-04-14 13:05:54 +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
1d48bd8b47 fix 2026-03-28 20:08:23 +05:30
pradeepkumar
2070e4d9b7 fix: make career field read-only in ProfileSettingsForm for agents 2026-03-28 15:38:42 +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
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
fcfb3827ba feat: Enable agents to set a custom headline and manage location via distinct city, state, and country fields, and enhance contract count display logic. 2026-03-18 13:04:10 +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
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
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
7b2c10e7bb feat: Store original profile data to enable reset functionality on cancel and update after save. 2026-02-09 02:10:13 +05:30
pradeepkumar
eefc4bcd78 feat: Redirect authenticated users from auth pages and enable event-driven profile data refresh in the settings sidebar. 2026-02-09 00:03:45 +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
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