Blur avatars of unapproved conversations
This commit is contained in:
parent
bbd7fd3854
commit
05703c2719
28 changed files with 474 additions and 124 deletions
|
@ -271,6 +271,8 @@ const actions = () => ({
|
|||
onBlockAndDelete: action('onBlockAndDelete'),
|
||||
onDelete: action('onDelete'),
|
||||
onUnblock: action('onUnblock'),
|
||||
|
||||
unblurAvatar: action('unblurAvatar'),
|
||||
});
|
||||
|
||||
const renderItem = (id: string) => (
|
||||
|
@ -312,6 +314,7 @@ const renderHeroRow = () => (
|
|||
phoneNumber={getPhoneNumber()}
|
||||
conversationType="direct"
|
||||
sharedGroupNames={['NYC Rock Climbers', 'Dinner Party']}
|
||||
unblurAvatar={action('unblurAvatar')}
|
||||
/>
|
||||
);
|
||||
const renderLoadingRow = () => <TimelineLoadingRow state="loading" />;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue