twenty icon indicating copy to clipboard operation
twenty copied to clipboard

Create a ThreadMessage component

Open bosiraphael opened this issue 1 year ago • 0 comments

See #3264

Create a ThreadMessage component

Capture d’écran 2024-01-05 à 17 40 27

https://www.figma.com/file/xt8O9mFeLl46C5InWwoMrN/Twenty?type=design&node-id=16042%3A37861&mode=dev

Props:

  • from: {avatarUrl: string, displayName: string, workspaceMemberId?: string, personId?: string}
  • to: {avatarUrl: string, displayName: string, workspaceMemberId?: string, personId?: string}[]
  • sentAt: Date
  • body: string

Map messages into ThreadMessage and add them to the Thread component.

bosiraphael avatar Jan 08 '24 10:01 bosiraphael