mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 05:17:18 +00:00

We're currently persisting the user settings in localSettings by using a redux plugin called redux-localstorage. As a way to decouple the redux store from a technology that is browser specific, this commit makes the following changes: - Create local-settings.js, which is concerned with managing settings in a persisting location - Decouple the redux store from the persisting storage method - Extend the settings model to persist settings, cache reads, etc Change-Type: patch Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
boolen->boolean
|
|
aknowledge->acknowledge
|
|
seleted->selected
|
|
reming->remind
|
|
locl->local
|