mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Add Image Gallery Drawer
This commit is contained in:
parent
578d8b0cb4
commit
efbcbb0d91
@ -106,6 +106,7 @@ const useCheckParameters = (): boolean => {
|
||||
shouldGenerateVariations,
|
||||
seedWeights,
|
||||
seed,
|
||||
activeTab,
|
||||
]);
|
||||
};
|
||||
|
||||
|
@ -72,8 +72,8 @@ export default function ImageGallery() {
|
||||
|
||||
{shouldShowGallery && (
|
||||
<Resizable
|
||||
defaultSize={{ width: 'auto', height: '100%' }}
|
||||
minWidth={'18%'}
|
||||
defaultSize={{ width: '300', height: '100%' }}
|
||||
minWidth={'300'}
|
||||
className="image-gallery-popup"
|
||||
>
|
||||
<div className="image-gallery-header">
|
||||
|
@ -126,4 +126,4 @@ const ImageGalleryOld = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default ImageGallery;
|
||||
export default ImageGalleryOld;
|
||||
|
Loading…
Reference in New Issue
Block a user