feat: add configurable threshold for balance delta notification (#3433)

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
This commit is contained in:
Ben Weeks
2025-11-12 11:36:19 +02:00
committed by GitHub
co-authored by Claude Vlad Stan
parent 1e6e97c12d
commit c89721223f
7 changed files with 14 additions and 12 deletions
@@ -404,13 +404,14 @@
v-text="$t('notification_balance_delta_changed_desc')"
></q-item-label>
</q-item-section>
<q-item-section avatar>
<q-toggle
size="md"
v-model="formData.notification_balance_delta_changed"
checked-icon="check"
color="green"
unchecked-icon="clear"
<q-input
class="flow-right"
type="number"
min="0"
filled
v-model="formData.notification_balance_delta_threshold_sats"
/>
</q-item-section>
</q-item>