InvokeAI/invokeai/frontend
psychedelicious c2af124622 fix(ui): refetch intermediates count when settings modal open
The `getIntermediatesCount` query is set to `refetchOnMountOrArgsChange`. The intention was for when the settings modal opens (i.e. mounts), the `getIntermediatesCount` query is refetched. But it doesn't work - modals only mount once, there is no lazy rendering for them.

So we have to imperatively refetch, by refetching as we open the modal.

Closes #5639
2024-02-03 12:14:37 +11:00
..
CLI Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
install Port the command-line tools to use model_manager2 (#5546) 2024-02-02 17:18:47 +00:00
merge Port the command-line tools to use model_manager2 (#5546) 2024-02-02 17:18:47 +00:00
training Port the command-line tools to use model_manager2 (#5546) 2024-02-02 17:18:47 +00:00
web fix(ui): refetch intermediates count when settings modal open 2024-02-03 12:14:37 +11:00
__init__.py Run python black 2023-07-28 09:46:44 -04:00
legacy_launch_invokeai.py isort wip 2023-09-12 13:01:58 -04:00