twenty
twenty copied to clipboard
Create a ThreadMessage component
See #3264
Create a ThreadMessage component
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.