InvokeAI/invokeai/frontend/web/src/app
psychedelicious 32672cfeda
ui: misc small fixes (#4600)
* feat(ui): tweak queue UI components

* fix(ui): manually dispatch queue status query on queue item status change

RTK Query occasionally aborts the query that occurs when the tag is invalidated, especially if multples of them fire in rapid succession.

This resulted in the queue status and progress bar sometimes not reseting when the queue finishes its last item.

Manually dispatch the query now to get around this. Eventually should probably move this to a socket so we don't need to keep responding to socket with HTTP requests. Just send ti directly via socket

* chore(ui): remove errant console.logs

* fix(ui): do not accumulate node outputs in outputs area

* fix(ui): fix merge issue

---------

Co-authored-by: Kent Keirsey <31807370+hipsterusername@users.noreply.github.com>
2023-09-21 00:15:39 +10:00
..
components feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
logging feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
store ui: misc small fixes (#4600) 2023-09-21 00:15:39 +10:00
types feat: queued generation (#4502) 2023-09-20 15:09:24 +10: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