Enforce Claude API file size limits at upload time with user-friendly error messages: - Images: max 5MB (Claude API hard limit) - PDF: max 25MB (32MB request limit minus headroom) - Other documents: max 50MB (general upload limit) Replaced duplicate ALLOWED_TYPES/MAX_FILE_SIZE in InputArea with shared validateFile() from fileService, showing alert() on rejection. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| index.html | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||