InvokeAI/invokeai/frontend/web/src
psychedelicious e4705d5ce7 fix(ui): add additional socket event layer to gate handling socket events
Some socket events should not be handled by the slice reducers. For example generation progress should not be handled for a canceled session.

Added another layer of socket actions.

Example:
- `socketGeneratorProgress` is dispatched when the actual socket event is received
- Listener middleware exclusively handles this event and determines if the application should also handle it
- If so, it dispatches `appSocketGeneratorProgress`, which the slices can handle

Needed to fix issues related to canceling invocations.
2023-05-29 09:07:46 -04:00
..
app fix(ui): add additional socket event layer to gate handling socket events 2023-05-29 09:07:46 -04:00
assets/images feat(ui): migrate theming to chakra ui 2023-03-06 20:03:39 +11:00
common feat(ui): handle new image origin/category setup 2023-05-28 20:19:56 -04:00
features fix(ui): add additional socket event layer to gate handling socket events 2023-05-29 09:07:46 -04:00
services fix(ui): add additional socket event layer to gate handling socket events 2023-05-29 09:07:46 -04:00
theme chore(ui): clean up unused files/packages 2023-05-15 22:48:06 +10:00
i18.d.ts feat(ui): migrate theming to chakra ui 2023-03-06 20:03:39 +11:00
i18n.ts feat(ui): store language in redux 2023-05-12 19:35:03 +10:00
index.ts feat(ui): set up for packaging 2023-04-28 21:56:43 +10:00
main.tsx feat(ui): rename main app components 2023-04-28 21:56:43 +10:00
vite-env.d.ts all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00