Add automatic SSL certificate generation
All checks were successful
Build and Push / build-all (push) Successful in 8m13s
All checks were successful
Build and Push / build-all (push) Successful in 8m13s
This commit is contained in:
parent
e13fffdaac
commit
42855330c0
11 changed files with 105 additions and 38 deletions
|
|
@ -271,16 +271,9 @@
|
|||
}
|
||||
|
||||
// Send rename message to server
|
||||
// Note: State updates (localStorage + store) happen in rename_success handler
|
||||
// to avoid updating UI before server confirms the rename
|
||||
if (chatWebSocket.sendRename(newGuestName.trim())) {
|
||||
// Store in localStorage for persistence
|
||||
localStorage.setItem('guestName', newGuestName.trim());
|
||||
|
||||
// Update local store
|
||||
chatUserInfo.update(info => ({
|
||||
...info,
|
||||
username: newGuestName.trim()
|
||||
}));
|
||||
|
||||
showRenameModal = false;
|
||||
newGuestName = '';
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue