b6314db3143645a5059d6101e9b889fe6b2b6dfc
Previous logic measured elapsed days from lastCompletionDate to nextCheckInDate, so completing a check-in today reset the bar to 0/8 days instead of showing how far through the full monthly period we are. New logic: the bar represents the full interval (e.g. 1 month) ending at nextCheckInDate, starting from nextCheckInDate minus that interval. Today (Feb 20) with next check-in Feb 28 now shows ~74% progress (23 of 31 days elapsed since Jan 28) instead of 0%. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Swift
100%