Promote develop → main (2026-07-25 13:03 UTC) #52
@@ -37,13 +37,9 @@
|
||||
<span class="studio-status-timer" id="live-status-timer"></span>
|
||||
</div>
|
||||
|
||||
<!-- Gleicher Aufbau wie im klassischen Dashboard: Ansichtswechsel, Barrierefreiheit
|
||||
(wird von a11y.js hier eingehaengt), Theme, Konto, Abmelden. -->
|
||||
<!-- Gleicher Aufbau wie im klassischen Dashboard: Barrierefreiheit
|
||||
(wird von a11y.js hier eingehaengt), Theme, Konto, Ansichtswechsel, Abmelden. -->
|
||||
<div class="studio-top-right">
|
||||
<a href="/dashboard" class="btn btn-secondary btn-small" id="classic-view-link" title="Zur klassischen Ansicht wechseln" style="text-decoration:none;display:inline-flex;align-items:center;gap:6px;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><line x1="8" y1="6" x2="21" y2="6"/><line x1="8" y1="12" x2="21" y2="12"/><line x1="8" y1="18" x2="21" y2="18"/><line x1="3" y1="6" x2="3.01" y2="6"/><line x1="3" y1="12" x2="3.01" y2="12"/><line x1="3" y1="18" x2="3.01" y2="18"/></svg>
|
||||
<span>Klassische Ansicht</span>
|
||||
</a>
|
||||
<div class="theme-switch" id="theme-toggle" onclick="Studio.toggleTheme()" role="switch" aria-checked="true" aria-label="Dark Mode" title="Theme wechseln">
|
||||
<span class="theme-switch-icon theme-switch-sun">☀︎</span>
|
||||
<div class="theme-switch-track">
|
||||
@@ -83,6 +79,10 @@
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<a href="/dashboard" class="btn btn-secondary btn-small" id="classic-view-link" title="Zur klassischen Ansicht wechseln" style="text-decoration:none;display:inline-flex;align-items:center;gap:6px;">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><line x1="8" y1="6" x2="21" y2="6"/><line x1="8" y1="12" x2="21" y2="12"/><line x1="8" y1="18" x2="21" y2="18"/><line x1="3" y1="6" x2="3.01" y2="6"/><line x1="3" y1="12" x2="3.01" y2="12"/><line x1="3" y1="18" x2="3.01" y2="18"/></svg>
|
||||
<span>Klassische Ansicht</span>
|
||||
</a>
|
||||
<button class="btn btn-secondary btn-small" id="logout-btn" type="button" onclick="Studio.logout()">Abmelden</button>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren