Commit graph

1 commit

Author SHA1 Message Date
Randall Stillwell
8209566451 Implement wizard-style scanner with auto-scanning (Part 1)
🧙‍♂️ Scanner Wizard Components:
- ScanModeSelector: Choose between 4 scan modes with beautiful UI
  • Add to Database, Search Collections, Price Check, Deck Building
  • Hover effects and responsive grid layout
  • Pro tips section with usage guidance

📷 Auto-Scanning Camera:
- AutoScanningCamera: 2-3 second stabilization with countdown
- Simulated card detection every 2 seconds
- 5-second minimum between scans to prevent rapid scanning
- Queue counter (0/100) and duplicate detection
- Manual scan fallback button

🎯 Scanning Toast:
- Top-aligned toast notification matching screenshot style
- Progress bar during stabilization countdown
- Different states: scanning, processing, success, error
- Smooth slide-down animation

 Features:
- Queue management up to 100 cards
- Recent scan deduplication (keeps last 10)
- Visual feedback with scanning overlay
- Image caching with canvas capture
- Error handling and recovery

Next: Card queue review stage with bulk operations
2025-07-22 12:04:24 -05:00