InvokeAI/invokeai/frontend/web/src/app
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
..
components added optional middleware prop and new actions needed (#3437) 2023-05-22 08:16:11 -04:00
contexts all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
logging feat(ui): add switch for logging 2023-04-29 18:28:19 +10:00
selectors feat(ui): migrate linear workflows to latents 2023-05-24 11:30:47 -04:00
socketio feat(ui): wip canvas nodes migration 2023-05-11 11:55:51 +10:00
store feat(ui): consolidate images slice 2023-05-28 20:19:56 -04:00
types feat(ui): handle new image origin/category setup 2023-05-28 20:19:56 -04:00
constants.ts feat(ui): sampler --> scheduler 2023-05-16 10:40:26 +10:00
features.ts all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00