Improved Lightbox experience
This commit is contained in:
parent
d80e738fb1
commit
d5d808651a
26 changed files with 1054 additions and 966 deletions
|
@ -26,13 +26,7 @@ export const AvatarLightbox = ({
|
|||
onClose,
|
||||
}: PropsType): JSX.Element => {
|
||||
return (
|
||||
<Lightbox
|
||||
contentType={undefined}
|
||||
close={onClose}
|
||||
i18n={i18n}
|
||||
isViewOnce={false}
|
||||
objectURL=""
|
||||
>
|
||||
<Lightbox close={onClose} i18n={i18n} media={[]}>
|
||||
<AvatarPreview
|
||||
avatarColor={avatarColor}
|
||||
avatarPath={avatarPath}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue