-
Notifications
You must be signed in to change notification settings - Fork 68
Chatroom features #669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Chatroom features #669
Conversation
Dear @Anushkaagrawal22 thanks a lot for the PR. Emoticon Selection
Send locationLocation display is not working on Linux, on Android it is loaded correctly from Google maps, as the screenshot suggests. As an off-the-grid messenger we would not be depending on online content. A) send a geo URI scheme encoded location that can be opened in another app
|
Ok sir, I will make changes in the pr as you suggested. |
π Summary
This PR introduces location sharing and message reactions to enhance user engagement. Users can now send their current location in chat and react to messages with emojis.
π Changes Made
β Added Location Sharing:
β Integrated geolocator for fetching user location.
β Implemented UI button for sending location.
β Handled location permissions.
β Added Reactions Feature:
β Added emoji picker for selecting reactions.
π How to Test
1οΈβ£ Location Sharing:
Navigate to chat.
Click the π Location button and allow permissions.
Verify that the location is sent and displayed correctly.
Send location by clicking on the button present at top
2οΈβ£ Reactions:
Select an emoji reaction.
Confirm the reaction updates in real-time.
β Final Notes
This update improves user interaction and lays the groundwork for future enhancements like live location sharing and custom emoji reactions. Let me know if any changes are needed! π
Screenshots (if applicable):

#489