InvokeAI/invokeai/frontend/web/src/app
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 fix(ui): usePreselectedImage causing re-renders 2023-09-28 09:02:45 +10:00
logging feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
store fix(ui): fix canvas soft-lock if canceled before first generation 2023-10-09 20:11:21 +11:00
types chore(ui): "controlnet" -> "controladapters" 2023-10-07 22:30:15 +11:00
constants.ts feat: increase seed from int32 to uint32 2023-07-24 16:34:50 +10:00
features.ts all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00