-
Notifications
You must be signed in to change notification settings - Fork 915
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
Use local storage to remember user choices #1459
Conversation
Hey @4121nnn, i pushed a commit to this PR which polishes a bit. What do you think of the changes? I moved all the localStorage storing into the event listeners instead of fiddling with the update function, and refactored code in some methods for better readability. I also removed the storage of the selected Boot version. I don't think that this brings much value, as the versions change every month. |
Thank you for improvements @mhalbritter . Your changes looks much better than my code |
Closing in favour of #1462 |
No problem @mhalbritter, actually it is my first pull request ever. I will keep improving my skills. But thanks anyway for letting me participate in this project , I really appreciate that |
Keep 'em coming! :) |
Caching implemented to these fields:
Project, Language, Spring boot, Packaging and Java version.