PolygeneLubricants / planning-poker

Just Planning Poker is a simple lightweight planning poker web application written in .Net Core 8 with Blazor WebAssembly.
https://justplanningpoker.com/
MIT License
34 stars 15 forks source link

Remember name functionality #34

Open jonas-lomholdt opened 3 weeks ago

jonas-lomholdt commented 3 weeks ago

I want the browser to be able to remember my name since I almost never change it once I have specified it.

Implementation could simply be adding the name to localstorage and prepopulating the name input if it is set.