Is your feature request related to a problem? Please describe.
LokiJS is limite to 5MiB Data (as based on localstorage). I hit this limit already while developing a new feature (i.e. searching/filtering transactions).
Describe the solution you'd like
Refactor store.service.ts to be used with IndexedDB. Important: Consider migration from previous adapter to new adapter
Is your feature request related to a problem? Please describe. LokiJS is limite to 5MiB Data (as based on localstorage). I hit this limit already while developing a new feature (i.e. searching/filtering transactions).
Describe the solution you'd like Refactor store.service.ts to be used with IndexedDB. Important: Consider migration from previous adapter to new adapter