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
fix: break up ContentView.body to fix type-checker timeout
The body property was a single ~360-line expression with 7 alerts,
task/onReceive handlers, toolbar, and keyboard shortcuts chained
together. Extracted into boardWithAlerts and boardWithHandlers computed
properties so the Swift type-checker gets concrete type boundaries.
Fixes#11
0 commit comments