InvokeAI/invokeai/frontend/web/src/app/components
psychedelicious f6738d647e fix(ui): store customStarUI outside redux
JSX is not serializable, so it cannot be in redux. Non-serializable global state may be put into `nanostores`.

- Use `nanostores` for `customStarUI`
- Use `nanostores` for `headerComponent`
- Re-enable the serializable & immutable check redux middlewares
2023-09-14 12:13:03 +10:00
..
App.tsx fix(ui): store customStarUI outside redux 2023-09-14 12:13:03 +10:00
AppErrorBoundaryFallback.tsx feat(ui): memoize all components 2023-08-21 19:17:36 +10:00
AuxiliaryProgressIndicator.tsx feat(ui): refactor base image uploading logic 2023-05-15 17:45:05 +10:00
GlobalHotkeys.ts feat(ui): remove floating panels, move all to resizable panels 2023-08-23 23:06:42 +10:00
InvokeAIUI.tsx fix(ui): store customStarUI outside redux 2023-09-14 12:13:03 +10:00
ThemeLocaleProvider.tsx feat(ui): memoize all components 2023-08-21 19:17:36 +10:00
Toaster.ts feat(ui): memoize all components 2023-08-21 19:17:36 +10:00