Skip to content
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

Suggestion: visualize that a message was deleted in the server #5

Open
rogerluan opened this issue Sep 8, 2022 · 3 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@rogerluan
Copy link

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! 🚀

@SharonBrizinov
Copy link
Owner

SharonBrizinov commented Sep 8, 2022

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 😊

@SharonBrizinov SharonBrizinov added enhancement New feature or request help wanted Extra attention is needed labels Sep 8, 2022
@JARMourato
Copy link

I hear @rogerluan is up for the task 💪🏻

@rogerluan
Copy link
Author

hahahaha @JARMourato you know I'd love to. Maybe I'll give it a shot in a free weekend 😁 won't promise anything though 🙈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants