Add time input for intelligent commit threshold in settings.html
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user