mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
- Created ErrorBoundary component with comprehensive fallback UI - Displays error details and component stack trace - Provides "Try Again" and "Reload App" recovery options - Clean, user-friendly error display with Lucide icons - Wrapped entire app in ErrorBoundary at main.tsx entry point - Added granular error boundaries around major sections: - SessionList (left sidebar) - Center workspace (TerminalOutput/InputArea) - RightPanel (right sidebar) - Prevents component crashes from taking down entire application - Each section can now fail independently without affecting others - Build verified successfully Related to housekeeping task #21