Introduce the new Settings tab

Co-authored-by: Jamie Kyle <jamie@signal.org>
Co-authored-by: Fedor Indutny <indutny@signal.org>
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
Scott Nonnenberg
2025-05-15 13:58:20 +10:00
committed by GitHub
parent 0d906e88ff
commit fe9d042e40
55 changed files with 1468 additions and 2092 deletions

View File

@@ -82,6 +82,7 @@ async function fetchAndUpdateDeviceName() {
}
await window.storage.user.setDeviceName(newName);
window.Whisper.events.trigger('deviceNameChanged');
log.info(
'fetchAndUpdateDeviceName: successfully updated new device name locally'
);