Global batch: Storage
Global batch needs a global state and this state needs to be saved and sync on disk to keep even after closing umami. LocalStorage
is probably the right way to store it.
For this we need to describe an encoding and this global state needs to be in StoreContext
.
Edited by Rémy El Sibaïe