Make it more difficult to blur avatars

This commit is contained in:
Evan Hahn 2021-05-07 17:21:10 -05:00 committed by GitHub
parent 1276368f94
commit d28678dbf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
79 changed files with 1118 additions and 889 deletions

View file

@ -17,7 +17,7 @@ export type Props = {
about?: string;
acceptedMessageRequest?: boolean;
i18n: LocalizerType;
isMe?: boolean;
isMe: boolean;
membersCount?: number;
onHeightChange?: () => unknown;
phoneNumber?: string;
@ -179,18 +179,21 @@ export const ConversationHero = ({
{({ measureRef }) => (
<div className="module-conversation-hero" ref={measureRef}>
<Avatar
i18n={i18n}
blur={avatarBlur}
color={color}
noteToSelf={isMe}
acceptedMessageRequest={acceptedMessageRequest}
avatarPath={avatarPath}
blur={avatarBlur}
className="module-conversation-hero__avatar"
color={color}
conversationType={conversationType}
i18n={i18n}
isMe={isMe}
name={name}
noteToSelf={isMe}
onClick={avatarOnClick}
profileName={profileName}
title={title}
sharedGroupNames={sharedGroupNames}
size={112}
className="module-conversation-hero__avatar"
title={title}
/>
<h1 className="module-conversation-hero__profile-name">
{isMe ? (