Projektvorschläge toggelbar
This commit is contained in:
@@ -77,8 +77,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Rechte Seitenleiste mit Statistiken und Erfassungs-URLs -->
|
||||
<div class="user-stats-panel">
|
||||
<!-- Rechte Seitenleiste mit Statistiken, Optionen und Erfassungs-URLs -->
|
||||
<div class="sidebar-panels">
|
||||
<div class="user-stats-panel">
|
||||
<!-- Statistik-Karten -->
|
||||
<div class="stat-card stat-card-overtime">
|
||||
<div class="stat-label" style="display: flex; align-items: center; gap: 5px;">
|
||||
@@ -193,6 +194,23 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Optionen-Container -->
|
||||
<div class="user-options-panel">
|
||||
<h3 style="font-size: 14px; margin-top: 0; margin-bottom: 15px; color: #2c3e50; font-weight: 600;">
|
||||
Optionen
|
||||
</h3>
|
||||
<div style="display: flex; align-items: center; justify-content: space-between;">
|
||||
<label for="projectSearchToggle" style="font-size: 13px; color: #333; cursor: pointer; flex: 1;">
|
||||
Projektvorschläge aktivieren
|
||||
</label>
|
||||
<label class="apple-toggle-switch">
|
||||
<input type="checkbox" id="projectSearchToggle" checked>
|
||||
<span class="apple-toggle-slider"></span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user