Commit Graph

50 Commits

Author SHA1 Message Date
pradeepkumar
5e5ed97c56 refactor: update hero section CTA button text from See All Agents to See All 2026-04-11 22:14:00 +05:30
pradeepkumar
205643993b refactor: update top professionals section title and CTA text for clarity 2026-04-11 22:07:19 +05:30
pradeepkumar
9be6773c5b feat: update testimonials and trust stats content to reflect new brand messaging 2026-04-11 21:44:29 +05:30
pradeepkumar
e93c979400 feat: add speech_to_text, optimize navigation transitions, improve bottom nav rebuild performance, and fix home screen padding. 2026-04-11 02:53:25 +05:30
pradeepkumar
1abcc2416f perf: optimize home screen rendering with ListView.builder and improve image loading performance by persisting disk cache 2026-04-10 20:18:21 +05:30
pradeepkumar
fe521d64f5 fix: improve image caching reliability by clearing cache on startup and forcing widget rebuilds on tab switches 2026-04-10 17:06:49 +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
418e350fad refactor: migrate TopProfessionals section to use CMS data and update UI layout constraints 2026-03-31 12:33:06 +05:30
pradeepkumar
597b97414d fix: suppress all network errors during logout and clear snackbars before navigation 2026-03-31 06:04:30 +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
625db4bb99 feat: enhance user avatar display with S3Image and initial-based fallback, improve socket reconnection logic, and update splash screen layout, assets, and Android permissions. 2026-03-27 15:39:38 +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
e9d069b09b feat: Enhance professional card display by reducing section height, adding list padding, applying a box shadow, and aligning card content to the top. 2026-03-26 00:14: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
ad2d50138a feat: Dynamically fetch and display featured agents from an API endpoint with image resolution and add agent verification status. 2026-03-23 11:26:11 +05:30
pradeepkumar
6fe21e3e3c feat: Limit professional expertise tags to three with a "more" pill and implement save button state management for profile settings based on field changes. 2026-03-20 17:05: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
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
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
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
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
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
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
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
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
744b7b7ca8 feat: Implement notifications feature, enhance profile settings with new sections, and integrate Firebase configurations for multiple environments. 2026-03-08 21:48:56 +05:30
pradeepkumar
0362d7cfe0 feat: Implement agent network management and refactor app navigation with a new AppShell component. 2026-03-08 16:05:08 +05:30
pradeepkumar
b4d22df8ba feat: Implement About Us and Agent Home screens, update routing, and add new assets and plugins. 2026-03-08 12:15:15 +05:30
pradeepkumar
219acfc013 refactor: improve specialization card layout and unify chat screen header and navigation with home screen components. 2026-03-08 02:01:03 +05:30
pradeepkumar
bba9cd3936 feat: Implement messaging functionality with conversation and chat screens, and enhance agent detail views. 2026-03-08 00:41:44 +05:30
pradeepkumar
bdb7b04fbf feat: Add FAQ screen and navigation, implement authentication-gated access for home screen features, and dynamically render header menu options based on authentication status. 2026-03-07 23:28:21 +05:30
pradeepkumar
ee08e86449 feat: Implement S3 image handling with a new resolver and widget, update agent display, and configure storage base URL. 2026-03-07 22:19:17 +05:30
pradeepkumar
aefe80253f feat: Implement agent search functionality and update the home screen to dynamically display professional data. 2026-03-07 10:25:53 +05:30
pradeepkumar
379fbfe0a8 feat: implement dynamic content loading for home sections with Riverpod and default fallbacks. 2026-02-25 07:48:02 +05:30
pradeepkumar
c9366dedd0 feat: add featured professionals carousel to home screen 2026-02-25 06:55:05 +05:30
pradeepkumar
e0a747d64b update mobile design 2026-02-24 22:35:16 +05:30
pradeepkumar
1f48ff3852 feat: Implement dynamic top professionals section with agent/lender tabs using Riverpod for state management. 2026-02-24 03:28:13 +05:30
pradeepkumar
0bc8852c17 feat: Implement the home screen with new UI components and assets, and refine authentication screens and routing. 2026-02-24 03:19:55 +05:30