1
0

Add time input for intelligent commit threshold in settings.html

This commit is contained in:
2025-05-25 21:46:43 +02:00
parent cc12b83b46
commit b30b4a4909

View File

@@ -310,7 +310,9 @@
<label class="block mb-2 font-semibold">
Rewrite commits after
<input type="number" id="intelligentCommitThresholdInput" min="1" max="1000" value="10" step="1" class="border rounded px-2 py-1 w-20 mx-1" class="flex-none">
lines of diff
lines of diff or
<input type="number" id="intelligentCommitTimeInput" min="1" max="1000" value="10" step="1" class="border rounded px-2 py-1 w-20 mx-1" class="flex-none">
minutes have passed
</label>
<div class="options">
<!-- Hier kommt das Model-Selector-HTML rein -->