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

fix: Actually use and persist default settings #553

Merged
merged 5 commits into from
Nov 1, 2020

Conversation

munen
Copy link
Collaborator

@munen munen commented Nov 1, 2020

Based on #552

munen added 5 commits November 1, 2020 19:50
     Before, we were persisting settings like:

     ```
     localStorage.getItem("colorScheme")
     "undefined"
     ```

     The defaults still don't work, but they at least aren't crazy
     like above:

     ```
     localStorage.getItem("colorScheme")
     null
     ```
@munen munen changed the title Fix/settings persistance 2 fix: Actually use and persist default settings Nov 1, 2020
@munen
Copy link
Collaborator Author

munen commented Nov 1, 2020

@tarnung This should help regarding the issue we discussed in #534 and #540. Once merged, I propse to merge master into your PRs.

@munen munen merged commit d00e949 into master Nov 1, 2020
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.

1 participant