InvokeAI/invokeai/frontend/web/src/app/components
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
..
App.tsx feat(ui): use IndexedDB for persistence 2023-12-01 09:11:48 +11:00
AppErrorBoundaryFallback.tsx eslint added to enforce translations (#5150) 2023-11-25 14:46:19 +11:00
GlobalHotkeys.ts feat(ui): upgrade redux and RTK 2023-12-09 16:09:26 +11:00
InvokeAIUI.tsx dynamically create indexedDB store using unique store key if available 2023-12-01 09:11:48 +11:00
PreselectedImage.tsx fix(ui): usePreselectedImage causing re-renders 2023-09-28 09:02:45 +10:00
ThemeLocaleProvider.tsx feat(ui): use IndexedDB for persistence 2023-12-01 09:11:48 +11:00
Toaster.ts feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00