PriceGhost/frontend/src
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
..
api Add AI status badges to show verification status on prices 2026-01-23 09:45:45 -05:00
components Add AI status badges to show verification status on prices 2026-01-23 09:45:45 -05:00
context Display user's name instead of email in profile button 2026-01-21 22:17:36 -05:00
hooks Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00
pages Add AI status badges to show verification status on prices 2026-01-23 09:45:45 -05:00
App.tsx Add toast notifications for user feedback 2026-01-21 21:35:28 -05:00
index.css Add dark mode with theme toggle 2026-01-20 14:27:17 -05:00
main.tsx Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00
vite-env.d.ts Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00