feat(ui): do not persist gallery images

- I've sorted out the issues that make *not* persisting troublesome, these will be rolled out with canvas
- Also realized that persisting gallery images very quickly fills up localStorage, so we can't really do it anyways
This commit is contained in:
psychedelicious 2023-05-03 23:40:22 +10:00
parent 0419f50ab0
commit 994b247f8e

View File

@ -73,10 +73,12 @@ const rootPersistConfig = getPersistConfig({
...modelsDenylist, ...modelsDenylist,
...nodesDenylist, ...nodesDenylist,
...postprocessingDenylist, ...postprocessingDenylist,
...resultsDenylist, // ...resultsDenylist,
'results',
...systemDenylist, ...systemDenylist,
...uiDenylist, ...uiDenylist,
...uploadsDenylist, // ...uploadsDenylist,
'uploads',
'hotkeys', 'hotkeys',
'config', 'config',
], ],