Vorlent / cozycast

movie night over the internet
Other
5 stars 3 forks source link

Add profile menu to change username #43

Closed Vorlent closed 4 years ago

Vorlent commented 4 years ago

It should be possible to change the username again without starting the application again. I will then stop using session storage and replace it with local storage for persistence.

Vorlent commented 4 years ago

I have implemented a profile modal that stores the new username in sessionStorage and sends a message to the server to notify all clients.