InvokeAI/invokeai/frontend/web/src/features/canvas
psychedelicious bdfdf854fc fix: canvas not working on queue
Add `batch_id` to outbound events. This necessitates adding it to both `InvocationContext` and `InvocationQueueItem`. This allows the canvas to receive images.

When the user enqueues a batch on the canvas, it is expected that all images from that batch are directed to the canvas.

The simplest, most flexible solution is to add the `batch_id` to the invocation context-y stuff. Then everything knows what batch it came from, and we can have the canvas pick up images associated with its list of canvas `batch_id`s.
2023-09-20 09:57:10 -04:00
..
components fix: canvas not working on queue 2023-09-20 09:57:10 -04:00
hooks feat(ui): add eslint rules 2023-08-21 19:17:36 +10:00
store fix: canvas not working on queue 2023-09-20 09:57:10 -04:00
util fix(ui): fix send to canvas crash 2023-09-15 11:05:53 +10:00