InvokeAI/invokeai/frontend/web/src/features/nodes
psychedelicious 6dcaf75b5f feat(ui): regional prompts spray n pray
Trying a lot of different things as I iterated, so this is smooshed into one big commit... too hard to split it now.

- Iterated on IP adapter handling and UI. Unfortunately there is an bug related to undo/redo. The IP adapter state is split across the `controlAdapters` slice and the `regionalPrompts` slice, but only the `regionalPrompts` slice supports undo/redo. If you delete the IP adapter and then undo/redo to a history state where it existed, you'll get an error. The fix is likely to merge the slices... Maybe there's a workaround.
- Iterated on UI. I think the layers are OK now.
- Removed ability to disable RP globally for now. It's enabled if you have enabled RP layers.
- Many minor tweaks and fixes.
2024-04-22 23:09:39 +10:00
..
components perf(ui): optimize useFeatureStatus 2024-04-15 22:50:54 +10:00
hooks perf(ui): optimize useFeatureStatus 2024-04-15 22:50:54 +10:00
store fix(ui): remove extra type in nodestate 2024-04-19 09:32:56 -04:00
types fix: IP Adapter method not being recalled 2024-04-15 22:29:32 +05:30
util feat(ui): regional prompts spray n pray 2024-04-22 23:09:39 +10:00