PriceGhost/frontend/src/components
clucraft 26a802e3d0 Add per-product pause/resume checking feature
Users can now pause and resume price checking for individual products
or in bulk via the Actions menu.

Backend:
- Added checking_paused column to products table
- Scheduler skips products with checking_paused=true
- Added POST /products/bulk/pause endpoint for bulk pause/resume

Frontend:
- Added Pause Checking and Resume Checking to bulk Actions menu
- Added filter dropdown (All/Active/Paused) next to sort controls
- Paused products show greyed out with pause icon and "Paused" label
- Progress bar hidden when paused

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 21:04:02 -05:00
..
AIStatusBadge.tsx Add AI status badges to show verification status on prices 2026-01-23 09:45:45 -05:00
AuthForm.tsx Use official PriceGhost icon in header and login page 2026-01-23 10:22:00 -05:00
Layout.tsx Add particle background effect 2026-01-24 03:41:02 -05:00
NotificationBell.tsx Add Clear button to notification bell dropdown 2026-01-24 03:20:03 -05:00
ParticleBackground.tsx Add particle background effect 2026-01-24 03:41:02 -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
PriceSelectionModal.tsx fix: Always show price selection modal and use browser for JS-heavy sites 2026-01-24 14:58:58 -05:00
ProductCard.tsx Add per-product pause/resume checking feature 2026-01-25 21:04:02 -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