-
Notifications
You must be signed in to change notification settings - Fork 913
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 #1403
Comments
Hi Moritz, I hope you're doing well! After reviewing the requirements , I took the initiative to implement this feature. Here's a summary of what I've done: Implemented local storage caching for form state in start.spring.io. I believe that this feature aligns well with the goals of the project and could greatly enhance the user experience. Before proceeding further, I wanted to confirm if you're open to accepting this contribution. If you agree, I can proceed with opening a pull request. Alternatively, if you have any specific requirements or suggestions, please let me know, and I'll be happy to accommodate them. Looking forward to your guidance on this matter. |
Hey @4121nnn, thanks for your initiative. Please open a pull request! |
Superseded by #1459. |
Superseded by #1462. |
If a user changed e.g. Gradle to Maven last time, there is a high chance that they want it the next time, too. So we should remember the choices for:
We could take a look what a IDE remembers.
The text was updated successfully, but these errors were encountered: