Better Anonymous chat user UX:

* Remember the chosen nickname in sessionStorage, to avoid entering it again too often.
* Fix: if an anonymous chat user enter spaces in the nickname choice, it will allows them to keep the random nickname.
This commit is contained in:
John Livingston
2024-01-09 12:54:30 +01:00
parent 10406aaed0
commit d0a250a91d
4 changed files with 70 additions and 10 deletions

View File

@ -4,6 +4,8 @@
### Minor changes and fixes
* Anonymous chat user: remember the chosen nickname in sessionStorage, to avoid entering it again too often.
* Fix: if an anonymous chat user enter spaces in the nickname choice, it will allows them to keep the random nickname.
* Translation updates: German, French.
* New Swedish translations.