-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
feat: add emoji reactions to message bubbles #1421
feat: add emoji reactions to message bubbles #1421
Conversation
373d1ae
to
98989cd
Compare
Added TapBackEmojiItem composable to display tapback emojis. Included it in MessageItem composable for incoming messages. Added a FlowRow to show tapback emojis below the message bubble.
This commit introduces the ability to send and receive emoji tapbacks for messages. - Adds emoji and replyId fields to DataPacket. - Adds emoji tapback support to the MeshService - Modifies UIState to handle emojis in message lists.
Store tapbacks in the database and display them in the message list. - Add a new table to the database to store tapbacks. - Add a new DAO method to insert and retrieve tapbacks. - Update the message list UI to display tapbacks.
74b8e36
to
2e82bef
Compare
@jamesarich are you still working on this? I’d like to wrap it up and get the working parts merged. Let me know if that’s okay with you. |
@andrekir - I'm on vacation and won't get back to it for a few days yet. Feel free to get it wrapped up and merged in. |
@andrekir thank you! |
Adds TapBack functionality to respond to messages via emoji
Screen_recording_20241119_174117.webm
closes #1343
Draft - still need to actually collect and send tapbacks.