PriceGhost/frontend
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
..
public Add notification history feature with bell icon and history page 2026-01-23 20:32:34 -05:00
src Add per-product pause/resume checking feature 2026-01-25 21:04:02 -05:00
.dockerignore Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00
Dockerfile Fix Dockerfiles: use npm install instead of npm ci 2026-01-20 14:02:06 -05:00
index.html Add PWA support for mobile app-like experience 2026-01-23 04:11:27 -05:00
nginx.conf Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00
package-lock.json Fix stock status false positives for in-stock items 2026-01-23 13:56:26 -05:00
package.json Release v1.0.5 - AI model selector, Gotify support, Ollama fixes 2026-01-25 20:48:31 -05:00
tsconfig.json Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00
tsconfig.node.json Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00
tsconfig.node.tsbuildinfo Add toast notifications for user feedback 2026-01-21 21:35:28 -05:00
tsconfig.tsbuildinfo fix: Always show price selection modal and use browser for JS-heavy sites 2026-01-24 14:58:58 -05:00
vite.config.d.ts Add toast notifications for user feedback 2026-01-21 21:35:28 -05:00
vite.config.js Add toast notifications for user feedback 2026-01-21 21:35:28 -05:00
vite.config.ts Initial commit: PriceGhost price tracking application 2026-01-20 13:58:13 -05:00