PriceGhost/frontend/src/components
clucraft ccbc188487 Add AI status badges to show verification status on prices
- Add ai_status column to price_history table (verified/corrected/null)
- Track AI verification status through scraper and scheduler
- Display badges next to prices:
  - ✓ AI (green): AI verified the price is correct
  -  AI (orange): AI corrected an incorrect price
- Show badges on Dashboard product cards and ProductDetail page
- Add legend explaining badges in Settings when AI Verification is enabled

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 09:45:45 -05:00
..
AIStatusBadge.tsx Add AI status badges to show verification status on prices 2026-01-23 09:45:45 -05:00
AuthForm.tsx Hide sign up link when registration is disabled 2026-01-21 22:52:17 -05:00
Layout.tsx Auto-detect system theme preference 2026-01-21 22:33:43 -05:00
PasswordInput.tsx Return actual sensitive values from API for visibility toggle 2026-01-22 20:45:06 -05:00
PriceChart.tsx Add Swiss franc (CHF) and improve Euro currency support 2026-01-22 14:16:01 -05:00
ProductCard.tsx Add AI status badges to show verification status on prices 2026-01-23 09:45:45 -05:00
ProductForm.tsx Add 5 and 10 minute refresh interval options 2026-01-22 07:48:24 -05:00
Sparkline.tsx Redesign dashboard with list layout, sparklines, and search 2026-01-20 19:32:25 -05:00
StockTimeline.tsx Add stock status history tracking and timeline visualization 2026-01-22 14:23:55 -05:00