InvokeAI/invokeai/frontend/web/src/features/canvas
psychedelicious ca95a3bd0d fix(ui): fix canvas soft-lock if canceled before first generation
The canvas needs to be set to staging mode as soon as a canvas-destined batch is enqueued. If the batch is is fully canceled before an image is generated, we need to remove that batch from the canvas `batchIds` watchlist, else canvas gets stuck in staging mode with no way to exit.

The changes here allow the batch status to be tracked, and if a batch has all its items completed, we can remove it from the `batchIds` watchlist. The `batchIds` watchlist now accurately represents *incomplete* canvas batches, fixing this cause of soft lock.
2023-10-09 20:11:21 +11:00
..
components feat(ui): staging styling tweak 2023-10-03 13:46:01 +11:00
hooks feat(ui): add eslint rules 2023-08-21 19:17:36 +10:00
store fix(ui): fix canvas soft-lock if canceled before first generation 2023-10-09 20:11:21 +11:00
util fix: Always use bbox bounds for Controlnet Image (canvas) 2023-09-27 12:25:45 +10:00