From 041557c8858a2913920f3870602e7f5578b396ef Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 9 Mar 2026 11:52:42 +0100 Subject: [PATCH] UI: Avatar entfernt, Streaming-Topbar mit Labels - DK-Avatar aus Header entfernt (kein Zweck) - Streaming-Felder haben jetzt Ueberschriften: Name, Titel, Passwort, Qualitaet - Passwort-Feld von 140px auf 180px verbreitert - Topbar aligned an Feldunterkante (flex-end) Co-Authored-By: Claude Opus 4.6 --- web/src/App.tsx | 1 - web/src/plugins/streaming/StreamingTab.tsx | 77 ++++++++++++---------- web/src/plugins/streaming/streaming.css | 24 ++++++- 3 files changed, 65 insertions(+), 37 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index e87ee2b..9c2f9ae 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -272,7 +272,6 @@ export default function App() { {'\u{1F511}'} {adminLoggedIn && } -
DK
diff --git a/web/src/plugins/streaming/StreamingTab.tsx b/web/src/plugins/streaming/StreamingTab.tsx index d23a342..b34762f 100644 --- a/web/src/plugins/streaming/StreamingTab.tsx +++ b/web/src/plugins/streaming/StreamingTab.tsx @@ -719,39 +719,50 @@ export default function StreamingTab({ data, isAdmin: isAdminProp = false }: { d )}
- setUserName(e.target.value)} - disabled={isBroadcasting} - /> - setStreamTitle(e.target.value)} - disabled={isBroadcasting} - /> - setStreamPassword(e.target.value)} - disabled={isBroadcasting} - /> - + + + + {isBroadcasting ? (