Add Unsplash picker

Closes #413
This commit is contained in:
Baptiste Arnaud
2023-03-29 15:20:01 +02:00
parent 80b7dbd19e
commit 3ef4efab4e
13 changed files with 295 additions and 16 deletions

View File

@@ -65,6 +65,7 @@ export const MetadataForm = ({
defaultUrl={metadata.favIconUrl ?? ''}
onSubmit={handleFavIconSubmit}
isGiphyEnabled={false}
imageSize="thumb"
/>
</PopoverContent>
</Popover>

View File

@@ -91,6 +91,7 @@ export const AvatarForm = ({
<ImageUploadContent
filePath={uploadFilePath}
defaultUrl={avatarProps?.url}
imageSize="thumb"
onSubmit={handleImageUrl}
/>
</PopoverContent>