Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings saved in local storage #163

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

helenlawes
Copy link
Contributor

Description

adding in new utility localStore a wrapper around localStorage. settings are now retrieved from localStore, if no settings found then falls back to env variables. any changes made in the settings drawer will save through localStore into the local storage.

Issues fixed

Fixes #161

Checklist

  • [*] npm test returns no warnings or errors.

…g in ability to retrieve settings from localstore and to save to localstore when saving in the settings drawer
@helenlawes
Copy link
Contributor Author

There are some changes in the PR #162 which will require making changes in this to allow the contract address to be saved in the storage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace environment variables with local storage
3 participants