daostack / common-web

The web UI for the Common project
https://common.io
1 stars 0 forks source link

Group message in the inbox #2380

Closed elatif2020 closed 10 months ago

elatif2020 commented 11 months ago

Creation flow: like DMs but with more than 2 people

Show group chat items in the inbox, similar to direct messages, design


roienatan commented 11 months ago

@elatif2020

  1. As discussed, for now we don't support mentioning a user in a group chat.
  2. Regarding duplicated items in inbox when trying to create a chat that already exists: so actually the issue exists also in dev (to reproduce: try to create a direct message of the same user twice or more one after another). So this is needed to be solved in a separate ticket. Do we have a ticket for this?
  3. For group chats we show only the first name of the users.
  4. I've added title prop to the inbox feed item title, so when you hover the default browser popup is displayed with the whole title text.
NoamQA commented 10 months ago

@elatif2020 @roienatan :x: group doesent appear in other users inbox only in the creator inbox

Image

:x: group name in the inbox bread cramp contain only 1 of the group members

Image

roienatan commented 10 months ago

@NoamQA regarding the first point group doesn't appear in other users inbox only in the creator inbox it should be good now, it was cache related. Please verify again 🙏

NoamQA commented 10 months ago

@roienatan works fine now!!