9fa07762581cbd59eea68c736cfbc8a26ce365c5
- /browse calls GET /api/browse on the scraper and renders a novel grid mirroring the novelfire layout: cover, rank/rating badges, chapter count, genre/sort/status filters, and pagation controls - Scrape buttons are shown only to admin users; clicking enqueues the book via /api/scrape - /api/scrape is an admin-only SvelteKit server route that proxies POST requests to the Go scraper's /scrape/book or /scrape endpoints; returns 403 for non-admins
Description
No description provided