Feature Request - Replied to snippet #97
Replies: 16 comments 11 replies
-
You're right @jlubeck, this is a nice feature to have in chats. And we already have it listed in our backlog 🤘 |
Beta Was this translation helpful? Give feedback.
-
Nice! |
Beta Was this translation helpful? Give feedback.
-
I think I saw your public backlog somewhere but can't seem to find it... unless I'm thinking about another project. If you DO have it, would you mind adding it to the README.md ? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hey @jlubeck it is here https://click.flyer.chat/board but we are exploring use of GitHub instead of Notion ATM. We are not sure yet what we will pick. We will add this to the README when ready. |
Beta Was this translation helpful? Give feedback.
-
Thank you @demchenkoalex would definitely be awesome for the community to have everything in one place, but of course, it's your project 😄 Thank you for the link! |
Beta Was this translation helpful? Give feedback.
-
Hopefully this issue can be prioritized now that we left 1.1 behind? 😅 🙏 |
Beta Was this translation helpful? Give feedback.
-
We will see, right now React Native is a priority, it was left behind, so I will resolve small issues here until RN is done. Then we will continue with somewhat "big" features. But again PRs are welcome :) if needed, we can provide designs/UX for this feature here, so maybe somebody can take it. |
Beta Was this translation helpful? Give feedback.
-
YES!! If you can provide design, I'm more than happy to try making a PR. The same goes for the other open issues :D |
Beta Was this translation helpful? Give feedback.
-
@dariakhimych your turn :) |
Beta Was this translation helpful? Give feedback.
-
@dariakhimych we are all counting on your blessings! (plus I can't code without designs :( ) |
Beta Was this translation helpful? Give feedback.
-
Hey @jlubeck 👋 Happy to share the brief where you will find some of Flyer design principles and guidelines as per how to better implement the Reply feature. In case of any questions do not hesitate to text me on Telegram. |
Beta Was this translation helpful? Give feedback.
-
Thank you for that @dariakhimych it's looking great! Only concern I have is if the X button on the reply is not too close to the send button of the input text? |
Beta Was this translation helpful? Give feedback.
-
@jlubeck Please make sure you set a touch area for both at 40 points (required minimum) and they should be fine. |
Beta Was this translation helpful? Give feedback.
-
Hey @jlubeck We're about to start implementing the Reply feature internally. Do you have any updates since we last spoke? Just assuring that we are not duplicating efforts. Any contributions you might have so far are welcomed. 🙏 |
Beta Was this translation helpful? Give feedback.
-
#213 I think scrolling to the original message when the reply is tapped would also be important for this. Ex. if the reply is to a message that is much further up in the chat, users can easily refer back to the original message (especially if it is truncated, or an image which can't properly be seen in the reply), as is the case in pretty much all popular chat apps. Just mentioning this as I noticed it's not in the feature brief PDF shared above, and I think this is expected behavior for message replies in chat apps, so It will probably be highly requested. |
Beta Was this translation helpful? Give feedback.
-
Another functionality we need to think about is whether editing or deleting a message should be reflected in the replied to snippet. I believe users expect it to reflect the latest state of the message but that would be a bit more complicated with the data structures we have right now. To make this easier, we might want to save a reference to all replies inside the message. Then, when the message changes, users will have an easy way to update all replies. Of course this can already be implemented through metadata fields but perhaps it should be done as a fully supported concept. @demchenkoalex what do you think? |
Beta Was this translation helpful? Give feedback.
-
It is a normal use case to reply directly to a specific message, when this happens, it usually displays a snippet of the old message to give context.
Examples:

Telegram:
Whatsapp:

Beta Was this translation helpful? Give feedback.
All reactions