Normal-OJ / new-front-end

v2 client for Normal Online Judge
https://noj.tw
Mozilla Public License 2.0
0 stars 7 forks source link

Memorize the language used in the previous submission #100

Closed JacobLinCool closed 1 year ago

JacobLinCool commented 1 year ago

Can we add a feature to remember the language used in the previous submission? It would save time and effort.

One possible solution could be to use client-side local storage to store the language selected in the previous submission. This would allow the browser to remember the user's preferred language and automatically preselect it in the language dropdown menu for future submissions.

Thanks!

uier commented 1 year ago

Sure, this is a pain point that needs to be addressed. I will create a PR soon.