Dieser Commit ist enthalten in:
hendrik_gebhardt@gmx.de
2026-01-11 17:37:57 +00:00
committet von Server Deploy
Ursprung 671aaadc26
Commit 99a6b7437b
7 geänderte Dateien mit 277 neuen und 22 gelöschten Zeilen

Datei anzeigen

@ -357,6 +357,14 @@
</select>
</div>
<div class="filter-actions">
<button id="btn-toggle-layout" class="btn btn-icon" title="Layout umschalten">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="3" width="7" height="7"/>
<rect x="14" y="3" width="7" height="7"/>
<rect x="3" y="14" width="7" height="7"/>
<rect x="14" y="14" width="7" height="7"/>
</svg>
</button>
<button id="btn-clear-filters" class="btn btn-text">Filter zurücksetzen</button>
<button id="btn-show-archived" class="btn btn-text">Archiv anzeigen</button>
</div>
@ -1696,7 +1704,11 @@
<div class="form-group">
<label for="coding-name">Anwendungsname *</label>
<input type="text" id="coding-name" class="form-control" placeholder="z.B. TaskMate" required>
<small class="form-hint" id="coding-path-hint">Ordner: /home/claude-dev/<span id="coding-path-preview">...</span></small>
</div>
<div class="form-group">
<label for="coding-path">Ordnerpfad *</label>
<input type="text" id="coding-path" class="form-control" placeholder="/home/claude-dev/TaskMate" required>
<small class="form-hint">Vollständiger Pfad zum Projekt-Ordner</small>
</div>
<div class="form-group">
<label for="coding-description">Beschreibung</label>