Commit Graph

68 Commits

Author SHA1 Message Date
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
6936c29c13 feat: add token check to notification refresh and methods for controlling notification polling. 2026-03-19 03:32:35 +05:30
pradeepkumar
3ec7fc01e1 feat: Conditionally reset authentication state on force logout and streamline logout by immediately resetting state and clearing tokens. 2026-03-19 03:13:56 +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
a4aa9bfe25 feat: Implement push notification suppression for active chats, prevent duplicate self-messages, update the chat typing indicator, and add back buttons to static screens. 2026-03-18 17:24:32 +05:30
pradeepkumar
cde137e07b feat: Support WebP image uploads, correct JPG MIME type, and refine professional rating display logic. 2026-03-18 12:32:41 +05:30
pradeepkumar
2c657e77f2 feat: Replace star rating icons with a new SVG asset in the top professionals section. 2026-03-18 11:57:38 +05:30
pradeepkumar
42135ca7af style: reformat top_professionals_section.dart for consistent spacing. 2026-03-18 11:47:36 +05:30
pradeepkumar
a90f039b4b feat: update app icons and refactor home top professionals section to display dynamic agent profiles. 2026-03-18 11:42:46 +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
26d9197548 feat: Implement socket-first message sending with REST fallback, enhance chat room re-joining on socket reconnect, and update 'Categories' to 'Specialization' in the hero section. 2026-03-16 17:49:25 +05:30
pradeepkumar
d86c862ed7 feat: Update app icons and display 'GIF' as message preview for GIF URLs in conversations. 2026-03-16 15:37:29 +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
pradeepkumar
9512f5ef8d feat: Add optional agentTypeId field to RegisterRequest model. 2026-03-16 14:23:31 +05:30
pradeepkumar
c4c6322507 refactor: Adjust button layouts and text handling for logout and profile save/cancel actions. 2026-03-16 10:47:42 +05:30
pradeepkumar
aaed88d51d Refactor: Change profile tab cancel actions to reset form state instead of navigating, and adjust agent availability UI. 2026-03-15 22:40:24 +05:30
pradeepkumar
f6263b833c feat: Add professional ratings to cards, implement scroll-to-top on home tab re-tap, and improve agent type fetching in the hero section. 2026-03-15 22:28:59 +05:30
pradeepkumar
1fafbb1eb4 fix: Add mounted checks before state updates to prevent errors on disposed providers. 2026-03-15 17:07:18 +05:30
pradeepkumar
8884038842 fix: Prevent URLs and GIF links from being displayed as text content below media messages. 2026-03-15 01:06:56 +05:30
pradeepkumar
f659be07ae feat: Enable direct chat initiation from agent network, improve GIF rendering in chat, and fix message order and webview authentication. 2026-03-15 01:04:36 +05:30
pradeepkumar
84e9cd9680 feat: Enhance billing display with currency formatting, improve dynamic form field management by clearing cached controllers and using unique keys, and add mailto URL scheme support. 2026-03-15 00:57:14 +05:30
pradeepkumar
d5a92e0b94 feat: Implement 'Show More/Less' for agent specialization cards, enhance dynamic form field controller management in agent profile editing, and move the agent edit profile route to a standalone screen. 2026-03-15 00:50:03 +05:30
pradeepkumar
b7f131c677 feat: Implement expandable tag sections with "Show More/Less" functionality on the agent home screen. 2026-03-15 00:41:31 +05:30
pradeepkumar
21f669fca5 feat: Implement optimistic UI for agent availability toggle, add email and phone visibility toggles, and improve the logout process with immediate socket disconnection and best-effort API calls. 2026-03-15 00:35:39 +05:30
pradeepkumar
54fdd66270 feat: Manage socket connection lifecycle based on authentication status and ensure chat screen joins rooms only when socket is connected. 2026-03-15 00:30:12 +05:30
pradeepkumar
fe2bc5bf28 feat: Implement real-time messaging with socket listeners and enable starting chats from agent details. 2026-03-15 00:28:04 +05:30
pradeepkumar
fed89cbef2 feat: Implement contact form clearing, refactor chat avatar display to use S3Image, add unread count to notification filter, and enhance agent detail layout. 2026-03-15 00:03:38 +05:30
pradeepkumar
de4a7b8040 feat: Implement pull-to-refresh functionality on the agent detail screen by adding a refresh method to the provider and integrating a RefreshIndicator. 2026-03-14 23:52:45 +05:30
pradeepkumar
d3f49565d3 feat: Enhance contact agent bottom sheet layout with max height and safe area, and refine send request button styling. 2026-03-14 23:46:22 +05:30
pradeepkumar
2198cae027 feat: Always display agent experience, specialization, and info card sections on the agent detail screen, showing empty states when data is unavailable. 2026-03-14 23:41:50 +05:30
pradeepkumar
04a57dc137 feat: add static agent carousel with navigation dots to the FeaturesSection. 2026-03-14 23:33:32 +05:30
pradeepkumar
630fedc78a refactor: update Top Professionals section to source agent and lender data from CMS content and adjust CTA button text. 2026-03-14 23:26:56 +05:30
pradeepkumar
29c9277bb7 feat: Redesign home screen sections with updated testimonial card styles, refined trust stats layout, and spacing adjustments. 2026-03-14 22:44:48 +05:30
pradeepkumar
4475965780 feat: Update TopProfessionalsSection with a new building icon and refined CTA button styling. 2026-03-14 22:21:48 +05:30
pradeepkumar
751388ed00 feat: Fetch real agent data for featured professionals and update associated icons and image placeholders. 2026-03-14 21:30:37 +05:30
pradeepkumar
ddcc04a446 feat: enhance profile input fields with new styling and customization options, and update calendar and location icons 2026-03-14 20:59:47 +05:30
pradeepkumar
da45b1ad42 Refactor: enhance code readability, adjust modal bottom sheet padding and root navigator usage, and increase connect button height. 2026-03-14 17:51:03 +05:30
pradeepkumar
8411015075 feat: Add app icon generation, update profile navigation, and refine UI styling for profile action buttons and notification tabs. 2026-03-14 17:25:33 +05:30
pradeepkumar
7b9c19ec67 feat: Implement image cache eviction for S3 images and enhance image loading error handling. 2026-03-14 15:26:08 +05:30
pradeepkumar
ad94db5620 feat: Implement initial filtering for agent search from the home screen, enable footer navigation, and add provider stability checks. 2026-03-14 14:53:46 +05:30
pradeepkumar
6928697c5c feat: Implement support chat functionality, add 2FA verification screen and routing, and update dependencies. 2026-03-11 13:26:16 +05:30
pradeepkumar
4780eb9a63 refactor: Consolidate agent name display into a single Text.rich widget and adjust verified icon padding. 2026-03-10 23:15:11 +05:30
pradeepkumar
d1318d25b9 feat: Implement the onboarding flow with new screens, assets, and updated splash screen navigation logic. 2026-03-10 23:10:23 +05:30
pradeepkumar
792965f717 feat: implement a new splash screen with custom branding, assets, and routing for both Android and iOS. 2026-03-10 22:46:48 +05:30
pradeepkumar
b193cbb9cf feat: add new profile settings tabs for testimonials, billing, password, notifications, and privacy. 2026-03-09 08:14:10 +05:30
pradeepkumar
88c71d6b6e feat: enhance profile subscription UI with new assets, font adjustments, and SVG support. 2026-03-09 07:40:57 +05:30
pradeepkumar
ef1df39520 feat: Add support for the 'FILE' field type in agent profile editing, treating it identically to 'FILE_UPLOAD'. 2026-03-09 06:35:32 +05:30
pradeepkumar
d800b14280 feat: Implement document upload functionality and update agent profile edit screen UI with a new back icon. 2026-03-09 06:33:55 +05:30
pradeepkumar
f1003be757 feat: Enable Firebase Cloud Messaging for iOS with platform-specific configurations and update Android build settings. 2026-03-09 06:07:36 +05:30
pradeepkumar
0102617dc7 feat: implement Stripe checkout flow, update profile settings UI for subscriptions, and add agent profile editing. 2026-03-09 06:04:54 +05:30