Commit Graph

87 Commits

Author SHA1 Message Date
pradeepkumar
50c20ce0ce feat: implement debounced live search with clear button, refactor UI components, and adjust layout spacing and image cropping across screens. 2026-05-08 18:41:06 +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
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
8845e77274 feat: redirect agents to profile on login, update UI layouts, and add analytics dependencies. 2026-05-06 13:19:31 +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
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
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
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
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
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
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
1ef02383a6 refactor: update agent location display logic to prioritize state over city across UI and models 2026-04-11 22:52:13 +05:30
pradeepkumar
9c79c05c52 refactor: update contact email and phone priority logic in agent detail provider to match web implementation 2026-04-09 22:08:24 +05:30
pradeepkumar
6ff1b8e821 feat: refactor agent filter sheet to support dynamic API-driven types and update professional card layout 2026-04-08 09:42:41 +05:30
pradeepkumar
5f146853bd fix 2026-03-31 23:23:08 +05:30
pradeepkumar
c2c1b51777 refactor: update back navigation to prioritize popping the route stack before defaulting to home 2026-03-31 20:41:01 +05:30
pradeepkumar
145cf53fdb feat: add back navigation to agent network screen and update route transition animation 2026-03-31 05:59:38 +05:30
pradeepkumar
2af7eca16a feat: update agent match calculation, enable tag expansion in search, increase socket reconnect attempts, and disable profile title editing 2026-03-31 05:32:22 +05:30
pradeepkumar
f7881c7fed fix 2026-03-30 15:35:35 +05:30
pradeepkumar
857983821d feat: implement FeaturedAgentItem model and update UI to sync with web CMS, and add form reset functionality to agent edit screen 2026-03-30 15:12:09 +05:30
pradeepkumar
b3905865d6 refactor: update agent and lender filtering logic to categorize profiles by type ID 2026-03-30 14:58:09 +05:30
pradeepkumar
d507a52b87 refactor: move verified badge below agent name and remove match percentage display in agent search screen 2026-03-30 12:01:45 +05:30
pradeepkumar
7fb1543eeb feat: add context menu to conversations screen and simplify manage network UI component 2026-03-28 21:09:37 +05:30
pradeepkumar
61060527f8 feat: add "+ more" indicator to agent specialization tags when exceeding limit 2026-03-28 20:21:11 +05:30
pradeepkumar
74d53dbed3 feat: add matchPercentage field to AgentProfile and display match badge in agent search results 2026-03-28 20:08:28 +05:30
pradeepkumar
4f9dc10633 feat: Navigate directly to the agent search page when no filters are applied and prioritize user profile data for displaying user names and avatars. 2026-03-27 08:35:27 +05:30
pradeepkumar
4c06d0d895 feat: Enhance messaging read receipts and auto-read, fix auth 401 error suppression during logout, and refine agent profile expertise 2026-03-27 06:32:46 +05:30
pradeepkumar
ba87e3b091 refactor: Update Twitter OAuth 2.0 PKCE flow for dynamic redirect URI and public client authentication, replace SVG back button with a native icon, and enhance Twitter login error reporting. 2026-03-26 15:05:06 +05:30
pradeepkumar
22187c8b13 feat: Implement real-time agent connection state updates and enhance app shell navigation transitions. 2026-03-26 09:46:40 +05:30
pradeepkumar
c5f905b4d3 feat: implement social login functionality with Google, Facebook, and Twitter, including API integration and platform-specific configurations. 2026-03-26 00:07:31 +05:30
pradeepkumar
b5c3f6daf9 feat: Add agent profile verification status fields and display corresponding UI banners on the agent home screen. 2026-03-21 08:55:43 +05:30
pradeepkumar
cbb9034424 feat: Implement expandable expertise tags on the agent detail screen and adjust chat screen lifecycle to clear active conversation in deactivate. 2026-03-20 02:42:01 +05:30
pradeepkumar
21e677bf27 feat: Enhance socket reconnection and chat screen lifecycle management, and refine agent detail and home screen UI. 2026-03-19 03:58:03 +05:30
pradeepkumar
fc2c099c08 feat: Refactor agent info cards to include testimonial previews and redesign the testimonial card to match web and Figma specifications. 2026-03-19 03:11:34 +05:30
pradeepkumar
0f4a3abfa2 feat: Add a back button to the agent search screen and adjust the search bar's left padding. 2026-03-17 10:59:47 +05:30
pradeepkumar
e195696733 feat: Implement email verification flow for user registration, update API base URL, and refine agent search screen UI. 2026-03-16 15:32:17 +05:30