Commit Graph

42 Commits

Author SHA1 Message Date
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
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
pradeepkumar
e129be5a59 feat: Implement Firebase push notifications with support for flavor-specific configurations. 2026-03-08 21:55:52 +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
ef0fe593ab feat: Implement agent filtering by integrating a new API endpoint for filterable fields, introducing filter data models, and adding a dedicated filter sheet UI, alongside an updated profile icon. 2026-03-07 22:33:09 +05:30
pradeepkumar
402c1cf206 feat: Enhance agent profile data model with new fields and improved data derivation, and update agent search screen UI and icon. 2026-03-07 22:26:08 +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
pradeepkumar
4f8ad7fe49 feat: Implement initial authentication, multi-environment support, and core app infrastructure. 2026-02-23 19:23:30 +05:30