- Created useToast composable with success/error/warning/info methods - Added ToastContainer component with animations and colors - Integrated toast notifications throughout the app: * Upload success/failure feedback * OCR completion/failure notifications * Replaced alert() with toast messages - Fixed HTML validation warning (div inside p tag) - Added automatic toast notifications on job status changes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| index.html | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| vite.config.js | ||