Sync-Fix, Dateinamen mit Leerzeichen, E-Mail-Dropdown, Defaults-System

- Fix: Pull überschreibt lokale Vorlagen nicht mehr (Merge statt Replace)
- Fix: toFilename behält Leerzeichen und Groß-/Kleinschreibung
- E-Mail in Settings ist jetzt ein Dropdown mit TB-Identitäten
- Optionale defaults.local.js für vorkonfigurierte Verbindungsdaten (.gitignored)
This commit is contained in:
Kendrick Bollens
2026-05-07 10:22:42 +02:00
parent 1d00a06e30
commit 533d5a34f2
4 changed files with 42 additions and 7 deletions

View File

@@ -976,8 +976,10 @@
<input type="text" id="sync-author-name" placeholder="z.B. Max Mustermann">
</div>
<div class="form-group">
<label for="sync-author-email">Deine E-Mail (optional)</label>
<input type="text" id="sync-author-email" placeholder="z.B. max@hotel-park-soltau.de">
<label for="sync-author-email">Deine E-Mail</label>
<select id="sync-author-email" style="width:100%;">
<option value="">— Bitte wählen —</option>
</select>
</div>
</div>
@@ -1060,6 +1062,7 @@
</div>
</div>
<script src="../defaults.local.js" onerror=""></script>
<script src="templates_options.js"></script>
</body>
</html>