Commit Graph

200 Commits

Author SHA1 Message Date
pradeepkumar
0123998e8d fix: increase agent card height and update image cropping to prevent portrait photo truncation 2026-05-07 15:36:53 +05:30
pradeepkumar
8a859ff56c refactor: update tag display to use a stretched column layout for better text wrapping 2026-05-07 15:07:18 +05:30
pradeepkumar
2760c14954 refactor: convert horizontal wrap chips to full-width vertical stack list in agent screens 2026-05-07 11:59:21 +05:30
pradeepkumar
91f8a1f1a0 feat: route agents to the profile screen instead of home upon authentication 2026-05-06 16:41:08 +05:30
pradeepkumar
0be0da7c57 refactor: improve error message handling in profile settings and add width constraints to agent tag chips 2026-05-06 15:35:34 +05:30
pradeepkumar
019df719fc refactor: unify app navigation to default to HomeScreen and remove role-based routing redirection 2026-05-06 14:59:38 +05:30
pradeepkumar
6e77dc9d27 fix: update email placeholder in profile settings tab 2026-05-06 14:45:38 +05:30
pradeepkumar
03ab3bbe0e refactor: extract email change modal into a dedicated StatefulWidget to improve state management and lifecycle handling 2026-05-06 14:40:37 +05:30
pradeepkumar
ff71a50229 fix: ignore raw Dio blobs in API responses and replace email change dialog with a scrollable bottom sheet. 2026-05-06 14:35:35 +05:30
pradeepkumar
8845e77274 feat: redirect agents to profile on login, update UI layouts, and add analytics dependencies. 2026-05-06 13:19:31 +05:30
pradeepkumar
c6b96e19dc refactor: update profile navigation to show AgentHomeScreen and restrict app-wide routing to standard user dashboard 2026-04-30 14:18:56 +05:30
pradeepkumar
004e3caa6e feat: integrate agent edit profile screen as an embedded tab in profile settings and restrict agent connection actions to non-agent users 2026-04-30 11:31:59 +05:30
pradeepkumar
a1e3fcdb92 feat: rename Agent role to Professional in role toggle widget 2026-04-28 21:59:49 +05:30
pradeepkumar
a3307b4964 refactor: replace references to agents with professionals in hero section and onboarding screens 2026-04-28 14:18:44 +05:30
pradeepkumar
07c128f2ee feat: integrate Firebase Analytics and configure navigation observer in app router 2026-04-24 23:47:49 +05:30
pradeepkumar
f18b35d1a3 feat: integrate Microsoft Clarity for mobile session recording and heatmaps 2026-04-24 23:44:34 +05:30
pradeepkumar
0f49b21f33 feat: add unlink confirmation dialog, enable agent navigation, update notification read status UI, and increment app version 2026-04-24 12:50:49 +05:30
pradeepkumar
9c89e93476 chore: remove advertising ID permission and update Umami analytics configuration 2026-04-21 17:27:18 +05:30
pradeepkumar
09824fdd0d feat: integrate Umami analytics for screen tracking via GoRouter observers 2026-04-21 11:58:03 +05:30
pradeepkumar
3c61c25f5e feat: implement email change request functionality with verification dialog 2026-04-20 14:07:37 +05:30
pradeepkumar
6b0fa24b85 feat: add search functionality and adjust dimensions for filter selection modal 2026-04-20 13:36:49 +05:30
pradeepkumar
d3f23f9c53 feat: add id field to professional models and enable navigation to agent detail pages 2026-04-20 10:32:12 +05:30
pradeepkumar
eafa595438 fix: update privacy state after save and enforce 10-digit phone number validation in profile settings 2026-04-20 09:40:30 +05:30
pradeepkumar
2e789aaf47 feat: add input validation to search, update agent card layout, and extend ProfileFormField with input constraints 2026-04-20 09:39:10 +05:30
pradeepkumar
7cacc19c8e refactor: normalize location display by stripping state prefixes from cities and uppercasing state codes 2026-04-20 09:36:55 +05:30
pradeepkumar
c006c141f7 fix: invalidate agentDetailProvider using both profile ID and user ID to prevent stale cache after profile updates 2026-04-20 09:30:37 +05:30
pradeepkumar
0a11d61a6c refactor: wrap chat bubble content in IntrinsicWidth to prevent unnecessary stretching for short messages 2026-04-20 09:18:58 +05:30
pradeepkumar
dea688194f perf: defer initial data fetching to microtasks and update loading placeholders for smoother screen transitions 2026-04-18 16:35:32 +05:30
pradeepkumar
4a842e9098 feat: update billing UI for pending cancellations and add service area modal to agent profile 2026-04-18 11:44:25 +05:30
pradeepkumar
afa1f3489a fix: improve chat message deduplication, add conversation refresh logic, and update UI components for consistency 2026-04-18 11:34:48 +05:30
pradeepkumar
164d590d31 refactor: centralize city prefix stripping logic and standardize location and member-since UI styling 2026-04-18 11:22:27 +05:30
pradeepkumar
0a241dd8c4 refactor: restrict agent specializations to about_me_expertise field only 2026-04-17 08:12:38 +05:30
pradeepkumar
8dafe73425 feat: scope filterable fields to agent type and update active filters on selection change 2026-04-16 22:32:31 +05:30
pradeepkumar
436f8fac42 fix: hide billing plan container when name is empty or null 2026-04-16 16:31:45 +05:30
pradeepkumar
c738b49497 refactor: strip state prefixes from city names in agent location display 2026-04-15 23:46:15 +05:30
pradeepkumar
73277092fa refactor: remove licensing areas section from agent detail and home screens 2026-04-15 19:08:53 +05:30
pradeepkumar
3a86758561 fix: invalidate agent cache on profile update and add expandable list support for expertise and certifications 2026-04-15 19:02:49 +05:30
pradeepkumar
2424743226 feat: update _buildProfileInfo to prioritize state-derived location data over agent model location 2026-04-15 18:18:02 +05:30
pradeepkumar
3ccb582b38 feat: implement searchable multi-select dropdown and format date display in agent profile edit screen 2026-04-15 16:58:02 +05:30
pradeepkumar
39231d5ca4 refactor: dynamicize agent profile section labels using provider-based slug mapping 2026-04-15 16:50:35 +05:30
pradeepkumar
4bab9c06a7 refactor: replace team member carousel with dynamic team card grid in about screen 2026-04-15 16:32:31 +05:30
pradeepkumar
7b85d321af feat: implement dynamic field labels for agent profile sections using backend-provided slugs 2026-04-15 15:57:52 +05:30
pradeepkumar
e88f190a5c refactor: normalize state codes to uppercase in location parts and agent details 2026-04-15 15:54:43 +05:30
pradeepkumar
fcb8f77004 feat: add ComingSoonScreen, integrate it into routing, and update chat avatar and home menu navigation 2026-04-15 15:52:41 +05:30
pradeepkumar
df32a83692 feat: implement form validation helpers and integrate field-level validation in agent profile screen, reset auth error suppression on login, and clean up home header UI. 2026-04-15 15:45:05 +05:30
pradeepkumar
347cb6a810 fix 2026-04-15 13:40:20 +05:30
pradeepkumar
a0f28844cb fix 2026-04-15 11:55:26 +05:30
pradeepkumar
49d30a1e0d refactor: remove location field and related logic from profile settings tab 2026-04-14 13:05:58 +05:30
pradeepkumar
80fed62b28 refactor: make top professionals section height responsive to screen size 2026-04-13 21:05:46 +05:30
pradeepkumar
eb8a05dcc1 feat: add role-based authentication support and update UI toggle label to Agent 2026-04-13 20:26:10 +05:30