Commit graph

2 commits

Author SHA1 Message Date
Claude
e414cf266a
Add CLI command development guide to CONTRIBUTING.md 2026-01-17 22:38:26 +00:00
Claude
d43e0a3a27
Improve error handling across components
- Add try-catch blocks for localStorage operations (user state, login, signout)
- Add validation and error handling for file operations (create, rename, delete, move)
- Add error handling for project creation with validation
- Improve error logging with Sentry context in AIChat
- Add loading state and error handling for Monaco editor
- Add user-friendly error messages via toast notifications
- Add console.error logging for debugging
- Validate inputs (empty names, etc.) before processing
2026-01-17 22:28:47 +00:00