-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: shared user picker modal (#517)
## Description This PR introduces a new reusable UserPickerSheet component to standardize user selection across the app. ## Additional Notes N/A ## Type of Change - [x] Bug fix - [x] New feature - [ ] Breaking change - [x] Refactoring - [ ] Documentation - [ ] Chore ## Screenshots (if applicable) <!-- Include screenshots to demonstrate any UI changes. --> <img width="180" alt="image" src="https://github.com/user-attachments/assets/ed9985b2-2278-48be-8e44-aa298b7eb7ab"> <img width="180" alt="image" src="https://github.com/user-attachments/assets/fa1832e0-3f01-449f-9b97-54b79395ec24"> <img width="180" alt="image" src="https://github.com/user-attachments/assets/9fa1894f-e59b-48c5-8b55-1ad7450bf2f2"> <img width="180" alt="image" src="https://github.com/user-attachments/assets/35fe96cb-e3bb-4637-b4b3-c307409e23ec"> <img width="180" alt="image" src="https://github.com/user-attachments/assets/f70eaba0-5c38-4b80-a53e-0000057cb28a"> <img width="180" alt="image" src="https://github.com/user-attachments/assets/3fec955d-93ad-401f-982b-d80ac1b364b9">
- Loading branch information
1 parent
f140289
commit 6739eac
Showing
22 changed files
with
513 additions
and
397 deletions.
There are no files selected for viewing
47 changes: 0 additions & 47 deletions
47
lib/app/features/chat/components/following_user_list/following_user_list.dart
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88 changes: 30 additions & 58 deletions
88
lib/app/features/chat/views/pages/new_chat_modal/new_chat_modal.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.