Show the system contacts icon in more places
This commit is contained in:
parent
6bc6cc64c4
commit
f29fc7cf9d
10 changed files with 132 additions and 34 deletions
|
@ -140,6 +140,20 @@ export function ContactDirect(): JSX.Element {
|
|||
);
|
||||
}
|
||||
|
||||
export function ContactInSystemContacts(): JSX.Element {
|
||||
const contact = defaultConversations[0];
|
||||
return (
|
||||
<Wrapper
|
||||
rows={[
|
||||
{
|
||||
type: RowType.Contact,
|
||||
contact: { ...contact, systemGivenName: contact.title },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
export function ContactDirectWithContextMenu(): JSX.Element {
|
||||
return (
|
||||
<Wrapper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue