InvokeAI/invokeai/frontend/web/src
psychedelicious f002bca2fa feat(ui): handle new model_install_download_started event
When a model install is initiated from outside the client, we now trigger the model manager tab's model install list to update.

- Handle new `model_install_download_started` event
- Handle `model_install_download_complete` event (this event is not new but was never handled)
- Update optimistic updates/cache invalidation logic to efficiently update the model install list
2024-06-17 10:07:10 +10:00
..
app feat(ui): handle new model_install_download_started event 2024-06-17 10:07:10 +10:00
common feat(ui): abstract out and share logic between comparisons 2024-06-02 15:30:00 +10:00
features fix(ui): on page load, if CA processed image no longer exists, re-process it 2024-06-07 10:32:28 +10:00
services feat(ui): add redux actions for model_install_download_started event 2024-06-17 09:52:46 +10:00
i18.d.ts fix(ui): improve IDE TS performance by not resolving JSON 2023-06-28 23:55:44 -04:00
i18n.ts feat(ui): handle proxy configs rewriting paths 2024-01-25 13:29:56 +11:00
index.ts tidy(ui): remove commented line 2024-01-22 09:37:26 +11:00
main.tsx Revert "feat(ui): extend zod with a is typeguard` method" 2024-05-08 08:39:18 -04:00
vite-env.d.ts