You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: password-protect diagnostics, fix stale toast and autocomplete timing
- Move the donation wall behind the diagnostics page instead of the
public Main page; reachable via a new "Donation Wall" button there.
- Gate diagnostics access behind an optional diagnostics_password
config value, entered on a new password page before the 5-tap
gesture reaches Diagnostics. Unset (default) keeps today's
no-password behavior.
- Recompute username autocomplete on focus, not just on keystrokes, so
tapping a field with leftover partial text shows its suggestion
immediately.
- Reset last-added-amount when starting a fresh InsertMoney/InsertCoins
session — it lives on MainWindow and outlives those page instances,
so a bill/coin toast that hadn't auto-hidden yet could replay at the
start of the next donation.
0 commit comments