feat(ui): gallery & progress image refactor

This commit is contained in:
psychedelicious
2023-04-30 22:01:34 +10:00
parent 3601b9c860
commit 270657a62c
21 changed files with 466 additions and 410 deletions

View File

@ -1,7 +1,7 @@
import { AnyAction, ThunkAction } from '@reduxjs/toolkit';
import * as InvokeAI from 'app/types/invokeai';
import { RootState } from 'app/store/store';
import { addImage } from 'features/gallery/store/gallerySlice';
// import { addImage } from 'features/gallery/store/gallerySlice';
import {
addToast,
setCurrentStatus,