feat(ui): being dismantling old sio stuff, fix recall seed/prompt/init

- still need to fix up metadataviewer's recall features
This commit is contained in:
psychedelicious
2023-04-30 00:57:00 +10:00
parent 2eb7c25bae
commit 258895bcc9
28 changed files with 1231 additions and 1389 deletions

View File

@ -1,6 +1,6 @@
import { ButtonGroup, Flex } from '@chakra-ui/react';
import { createSelector } from '@reduxjs/toolkit';
import { saveStagingAreaImageToGallery } from 'app/socketio/actions';
// import { saveStagingAreaImageToGallery } from 'app/socketio/actions';
import { useAppDispatch, useAppSelector } from 'app/store/storeHooks';
import IAIIconButton from 'common/components/IAIIconButton';
import { canvasSelector } from 'features/canvas/store/canvasSelectors';