mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): improved staging placeholders
This commit is contained in:
@@ -10,7 +10,7 @@ export const QueueItemProgressImage = memo(({ itemId, ...rest }: Props) => {
|
||||
const { progressImage } = useProgressData(ctx.$progressData, itemId);
|
||||
|
||||
if (!progressImage) {
|
||||
return <Flex w="full" h="full" bg="base.800" alignItems="center" justifyContent="center" />;
|
||||
return <Flex w="full" h="full" bg="base.900" alignItems="center" justifyContent="center" />;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
@@ -11,7 +11,7 @@ export const StagingAreaContent = memo(() => {
|
||||
<StagingAreaSelectedItem />
|
||||
</Flex>
|
||||
<Divider />
|
||||
<Flex position="relative" maxW="full" w="full" h={108}>
|
||||
<Flex position="relative" maxW="full" w="full" h={108} flexShrink={0}>
|
||||
<StagingAreaItemsList />
|
||||
</Flex>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user