navidocs/client/src
ggq-admin fcd6fcf091 Add toast notification system and improve error handling
- 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>
2025-10-20 01:55:28 +02:00
..
assets Fix search, add PDF text selection, clean duplicates, implement auto-fill 2025-10-20 01:35:06 +02:00
components Add toast notification system and improve error handling 2025-10-20 01:55:28 +02:00
composables Add toast notification system and improve error handling 2025-10-20 01:55:28 +02:00
views Fix router path - change /documents/ to /document/ in HomeView 2025-10-20 01:43:15 +02:00
App.vue Add toast notification system and improve error handling 2025-10-20 01:55:28 +02:00
main.js feat: NaviDocs MVP - Complete codebase extraction from lilian1 2025-10-19 01:55:44 +02:00
router.js feat: Complete frontend UI polish with Meilisearch-inspired design 2025-10-19 16:40:48 +02:00