You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like a super fun project! I appreciate the technical details you documented in here 😊
I was wondering if this can be productized a little bit, by displaying to the user (somehow) that a given message was deleted, while keeping it there (visible, readable). Based on your research so far, would you say this is possible (and/or easily achievable)?
It could be something like changing the background color of the message to red, or displaying a different icon/badge, or something else, idk. Just food for thought 😄
Congrats on the initiative! 🚀
The text was updated successfully, but these errors were encountered:
Yeah, it's definitely possible. I was thinking about a strike through or a specific badge for deleted messages and something similar for edited messages. It's also not that complicated, you'll need to track the edit message flow, understand how the edit message objects are built and handled, and finally reuse it wherever you want (delete message flow, edit flow, etc).
Hopefully someone from the community will take up the glove 😊
Hi! 👋
This looks like a super fun project! I appreciate the technical details you documented in here 😊
I was wondering if this can be productized a little bit, by displaying to the user (somehow) that a given message was deleted, while keeping it there (visible, readable). Based on your research so far, would you say this is possible (and/or easily achievable)?
It could be something like changing the background color of the message to red, or displaying a different icon/badge, or something else, idk. Just food for thought 😄
Congrats on the initiative! 🚀
The text was updated successfully, but these errors were encountered: