Update from Git Manager GUI
This commit is contained in:
@@ -54,6 +54,28 @@
|
||||
<input id="giteaURL" type="text" placeholder="https://gitea.example.com">
|
||||
</div>
|
||||
|
||||
<div class="input-group" style="margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1);">
|
||||
<label style="margin-bottom: 12px;">Übersicht</label>
|
||||
<div style="display: flex; flex-direction: column; gap: 10px;">
|
||||
<label style="display: flex; align-items: center; gap: 10px; cursor: pointer; text-transform: none; letter-spacing: normal; font-weight: normal;">
|
||||
<input type="checkbox" id="settingFavorites" checked>
|
||||
<span>⭐ Favoriten-Bereich anzeigen</span>
|
||||
</label>
|
||||
<label style="display: flex; align-items: center; gap: 10px; cursor: pointer; text-transform: none; letter-spacing: normal; font-weight: normal;">
|
||||
<input type="checkbox" id="settingRecent" checked>
|
||||
<span>🕐 Zuletzt geöffnet anzeigen</span>
|
||||
</label>
|
||||
<label style="display: flex; align-items: center; gap: 10px; cursor: pointer; text-transform: none; letter-spacing: normal; font-weight: normal;">
|
||||
<input type="checkbox" id="settingCompact">
|
||||
<span>⊞ Kompakt-Modus (kleinere Karten)</span>
|
||||
</label>
|
||||
<label style="display: flex; align-items: center; gap: 10px; cursor: pointer; text-transform: none; letter-spacing: normal; font-weight: normal;">
|
||||
<input type="checkbox" id="settingColoredIcons" checked>
|
||||
<span>🎨 Farbige Datei-Icons</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="input-group" style="margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1);">
|
||||
<label>App Version</label>
|
||||
<div style="display: flex; gap: 12px; align-items: center;">
|
||||
|
||||
Reference in New Issue
Block a user