MacTorn_mirror/MacTorn
Paweł Orzech 032ff5887c
Fix 3 critical bugs: infinite recursion, stuck loading state, unstable IDs
- Rename waitForExistence() to waitForAppearance() in UI test helpers
  to fix infinite recursion caused by shadowing XCUIElement's built-in method
- Add else branch in fetchItemPrice() so watchlist items show "Parse Error"
  instead of staying stuck in loading state when JSON parsing fails
- Change AttackResult.id from computed property (generating new UUID on
  every access) to stored property assigned once at init, preventing
  SwiftUI re-render thrashing in ForEach
2026-02-27 23:30:15 +01:00
..
Archive housekeeping 2026-01-17 21:59:39 +00:00
MacTorn Fix 3 critical bugs: infinite recursion, stuck loading state, unstable IDs 2026-02-27 23:30:15 +01:00
MacTorn.xcodeproj Release version 1.5.1 2026-02-04 14:15:28 +01:00
MacTornTests Add feedback prompt and release v1.4.7 2026-01-27 23:43:17 +01:00
MacTornUITests Fix 3 critical bugs: infinite recursion, stuck loading state, unstable IDs 2026-02-27 23:30:15 +01:00