feat(ui.js): Schaltfläche zum Abmelden mit Icon hinzugefügt.

- Mock-Button auf der rechten Seite hinzugefügt, um ein Padding auf die rechte Seite zu setzen
 - Mock-Aktion zur Abmelde-Schaltfläche hinzugefügt
This commit is contained in:
Developer 02
2025-02-11 16:07:38 +01:00
parent b4154b60a7
commit b79bc2e418
4 changed files with 28 additions and 2 deletions

View File

@@ -211,6 +211,9 @@ class App {
// Show the modal
Comp.ShareBackdrop.show();
break;
case 'LOGOUT':
alert('log out')
break;
}
}