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
Birthdays: "Discard changes?" dialog appeared immediately after successfully saving a birthday because closeModal() was called without force: true, triggering the dirty-form check on a programmatic close
Dashboard (PWA): widget items (tasks, events, meals, notes, birthdays, shopping lists) occasionally blocked vertical swipe-to-scroll; added touch-action: pan-y so the browser passes vertical pan gestures through to the scroll container