feat(settings-ui): expose dashboard failure threshold

This commit is contained in:
2026-04-17 23:24:13 -04:00
parent 14682fc20c
commit 4ee78ef859
+18
View File
@@ -62,6 +62,24 @@
<v-divider class="my-6" />
<!-- Dashboard Settings -->
<h3 class="text-h6 mb-4">Dashboard</h3>
<v-row>
<v-col cols="12" md="6">
<v-text-field
v-model.number="settings['dashboard.failure_threshold']"
label="Failing source threshold"
type="number"
min="1"
max="20"
hint="Consecutive download failures before a source is marked failing. One success resets the counter."
persistent-hint
/>
</v-col>
</v-row>
<v-divider class="my-6" />
<!-- Notification Settings -->
<h3 class="text-h6 mb-4">Notifications</h3>
<v-row>