-
Notifications
You must be signed in to change notification settings - Fork 0
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
FE mark as unread\read functionality #2017
Comments
@elatif2020 Should I use the same icon for "mark as read" action as for "mark as unread" action? |
yes |
@elatif2020 In the current implementation, we don't have actions menu for direct messages feed items. Should we show an actions menu with the action "mark as read/unread" for DM items? |
@danielr18 It seems like I found an issue on the backend side. When I mark a feed item as seen, common member related statistics is not updated cc @elatif2020 |
Probably we should do it, but let's split it to another ticket. |
@danielr18 |
…-as-unread FE mark as unread\read functionality #2017
Option to mark feed (and inbox) items as unread in the actions menu
Similar to Telegram
Available if all message have been read
Should call the BE to mark unread - see BE ticket https://github.com/daostack/common-backend/issues/2029
Show an indication on the cards - a purple circle without a number
This indication should disappear once the user opens up the relevant chat again.
When there are new messages - change to the regular indication
Option to mark item (if it's unread\ with new messages) as read, in which case unread & new messages indications are cleared
See design for the icon
The text was updated successfully, but these errors were encountered: