mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
25ce505628
* remove thunk for receivedOpenApiSchema and use RTK query instead. add loading state for exposed fields * clean up * ignore any * fix(ui): do not log on canceled openapi.json queries - Rely on RTK Query for the `loadSchema` query by providing a custom `jsonReplacer` in our `dynamicBaseQuery`, so we don't need to manage error state. - Detect when the query was canceled and do not log the error message in those situations. * feat(ui): `utilitiesApi.endpoints.loadSchema` -> `appInfoApi.endpoints.getOpenAPISchema` - Utilities is for server actions, move this to `appInfo` bc it fits better there. - Rename to match convention for HTTP GET queries. - Fix inverted logic in the `matchRejected` listener (typo'd this) --------- Co-authored-by: Mary Hipp <maryhipp@Marys-MacBook-Air.local> Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com> |
||
---|---|---|
.. | ||
CLI | ||
install | ||
merge | ||
training | ||
web | ||
__init__.py | ||
legacy_launch_invokeai.py |