InvokeAI/invokeai/frontend/web/src/app/store
psychedelicious 89aa06e014 feat(ui): consolidate images slice
Now that images are in a database and we can make filtered queries, we can do away with the cumbersome `resultsSlice` and `uploadsSlice`.

- Remove `resultsSlice` and `uploadsSlice` entirely
- Add `imagesSlice` fills the same role
- Convert the application to use `imagesSlice`, reducing a lot of messy logic where we had to check which category was selected
- Add a simple filter popover to the gallery, which lets you select any number of image categories
2023-05-28 20:19:56 -04:00
..
enhancers/reduxRemember feat(ui): consolidate images slice 2023-05-28 20:19:56 -04:00
middleware feat(ui): consolidate images slice 2023-05-28 20:19:56 -04:00
util feat(ui): wip img2img layouting 2023-05-11 11:55:51 +10:00
actions.ts feat(ui): migrate to redux-remember 2023-05-11 11:55:51 +10:00
constants.ts feat(ui): migrate to redux-remember 2023-05-11 11:55:51 +10:00
store.ts feat(ui): consolidate images slice 2023-05-28 20:19:56 -04:00
storeHooks.ts cleanup(ui): Remove unused vars + minor bug fixes 2023-05-11 11:55:51 +10:00
storeUtils.ts chore(ui): tidy npm structure 2023-04-28 21:56:43 +10:00