mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-05 08:25:10 -05:00
Add Image Gallery Drawer
This commit is contained in:
committed by
Lincoln Stein
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;
|
||||
|
||||
Reference in New Issue
Block a user