InvokeAI/invokeai/frontend/web/src/services/api
psychedelicious 72cb8b83fe feat(ui): upgrade redux and RTK
There are a few breaking changes, which I've addressed.

The vast majority of changes are related to new handling of `reselect`'s `createSelector` options.

For better or worse, we memoize just about all our selectors using lodash `isEqual` for `resultEqualityCheck`. The upgrade requires we explicitly set the `memoize` option to `lruMemoize` to continue using lodash here.

Doing that required changing our `defaultSelectorOptions`.

Instead of changing that and finding dozens of instances where we weren't using that and instead were defining selector options manually, I've created a pre-configured selector: `createMemoizedSelector`.

This is now used everywhere instead of `createSelector`.
2023-12-09 16:09:26 +11:00
..
endpoints feat(ui): upgrade redux and RTK 2023-12-09 16:09:26 +11:00
hooks feat: workflow library (#5148) 2023-12-09 09:48:38 +11:00
thunks feat(ui): improve error handling (#4699) 2023-09-26 15:24:53 +00:00
authToastMiddleware.ts add middleware to handle 403 errors (#5245) 2023-12-07 19:26:15 -05:00
constants.ts feat: node editor 2023-08-16 09:54:38 +10:00
index.ts feat(ui): upgrade redux and RTK 2023-12-09 16:09:26 +11:00
schema.d.ts chore)ui): typegen 2023-12-09 11:10:16 +11:00
types.ts feat(ui): upgrade redux and RTK 2023-12-09 16:09:26 +11:00
util.ts feat(ui): upgrade redux and RTK 2023-12-09 16:09:26 +11:00