Fixed major issue with sync logic. Should be stable now. Solidified with

tests... turns out syncing is hard...
This commit is contained in:
2025-10-06 18:04:56 -06:00
parent a19ff8ef66
commit 603a683ab2
4 changed files with 172 additions and 49 deletions

View File

@@ -452,8 +452,6 @@ class ClimbingDataManager: ObservableObject {
// Update Live Activity when attempt is deleted
updateLiveActivityForActiveSession()
// Note: Attempts for active sessions are not synced until session is completed
}
func attempts(forSession sessionId: UUID) -> [Attempt] {