-
Notifications
You must be signed in to change notification settings - Fork 8
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
localStorage Features #11
base: main
Are you sure you want to change the base?
Conversation
Hi, Thank you for making the PR 👍 I will try to review it later this week. |
Thank you for looking through my PR! I added a new commit to improve the looks of those elements. I realized that I forgot to update |
That looks much better 👍 Steps to reproduce
I think the solution is to simplify a bit how options are serialized and saved to localStorage. Instead of using |
Thank you for pointing out that bug 👍 I did what you said (I found |
Looks much better 👍 , one more question. Wouldn't it be possible to get rid of the |
I did try that, but unfortunately it still resets the options for some reason |
This PR Features:
PS: I'm sorry if my code is not 100% efficient, I'm more a Vue.js than a React guy ;)