Files
vantage/web/app/(app)
mrhid6 6881d92d0a
Chart Release / chart (push) Successful in 26s
Server Deploy / deploy (push) Successful in 4m8s
fix: local-login toggle no longer reverts unsaved settings edits
server/internal/services/settings.go SaveSettings takes alerts and
email as required (non-pointer) values and writes them unconditionally
- absent fields would blank stored settings, not just leave them
alone. onLocalLoginChange was building its payload from the stale
loaded settings object instead of the in-progress form state
(thresholdMinutes/logRetentionDays) that handleSubmit uses, so editing
the offline threshold and then flipping the toggle silently reverted
the edit. Both paths now submit the same in-progress values.
2026-08-03 14:13:05 +01:00
..
2026-07-28 13:34:08 +01:00