-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
Currently, when users try to upload unsupported file types, the error message could be more helpful.
Task
Improve error handling in docs/assets/app.js to show clearer messages when:
- File type is not supported
- File is corrupted
- File is too large
Files to Modify
docs/assets/app.js- Add better error messagesdocs/index.html- Update UI to display errors clearly
Acceptance Criteria
- Clear error message for unsupported file types
- Error message shows which file types are supported
- Error message is user-friendly (not technical jargon)
- Errors are visually distinct (e.g., red background)
Tips
- Look at the
processFilesmethod inapp.js - Check existing error handling patterns
- Test with various file types (.pdf, .xlsx, .jpg, etc.)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers