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(web): wrap localStorage in try-catch for restricted contexts
Addresses CodeRabbit review comments on #1713.
- index.html: Wrap pre-mount IIFE in try-catch, fallback to dark mode
- useTheme.ts: Wrap both getItem and setItem in try-catch with comments
matching the established pattern in ProjectContext/Sidebar/WorkflowBuilder
0 commit comments