Issue 075: Add frontend error boundary components
Area: Frontend
Priority: Medium
Files: frontend/src/app/layout.tsx
Problem
No error boundaries exist. A single component error crashes the entire page.
Acceptance Criteria
- Error boundaries wrap major page sections\n- Fallback UI is shown on component error\n- Errors are reported to monitoring\n- Error boundary tests are added
Issue 075: Add frontend error boundary components
Area: Frontend
Priority: Medium
Files: frontend/src/app/layout.tsx
Problem
No error boundaries exist. A single component error crashes the entire page.
Acceptance Criteria