Merged
Conversation
- Introduced group chat creation with dynamic group name generation - Added group settings screen with placeholder route - Updated ChatScreen to support multiple participants and per-user translations - Enhanced message translation logic to map per recipient UID - Improved UI with gradients, shadows, and responsive layouts
|
Visit the preview URL for this PR (updated for commit 32b2aed): https://av1155-bridgechat--pr1-feature-group-chat-u-iq55ym5z.web.app (expires Wed, 09 Apr 2025 21:28:21 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c789aff80797118c80cdc647d71fcfca957f943a |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes significant updates to the
AuthScreenandChatScreencomponents to enhance their UI and functionality. The most important changes include adding a gradient background, updating form fields, and improving message handling in group chats.UI Enhancements:
lib/auth_screen.dart: Added a gradient background, updated theAppBarto be transparent, and redesigned the form with a card layout and additional UI elements like theFlutterLogoand new text styles. [1] [2] [3] [4] [5] [6]lib/chat_screen.dart: Introduced a gradient background for the chat screen and updated the header to have a frosted glass effect. [1] [2]Functional Improvements:
lib/chat_screen.dart: Added support for group chat settings and removed unnecessary scroll handling code. [1] [2] [3] [4] [5] [6]Code Cleanup:
lib/chat_screen.dart: Removed unused imports and redundant scroll handling logic to simplify the codebase. [1] [2]These changes collectively improve the user experience and maintainability of the code.