EmmaTellblom / Mensinator

MIT License
41 stars 11 forks source link

Bug: Calendar Selection Persists When Switching Months #183

Open EmmaTellblom opened 5 days ago

EmmaTellblom commented 5 days ago

Description

Currently, when a user selects dates in the calendar and then switches to a different month, the selection from the previous month is not cleared. This can lead to unintended behavior:

Steps to Reproduce

  1. Open the calendar in the app.
  2. Select one or more dates.
  3. Switch to a different month.
  4. Make changes (e.g., remove or add periods, symptoms, or ovulations) to the current month.
  5. Notice that the changes also affect the dates selected in the previous month.

Expected Behavior

Actual Behavior

Proposed Solution

Acceptance Criteria

Additional Notes

This fix will ensure a smoother user experience and prevent accidental changes to previously selected dates.