c2d6ce1c5bedd923b30f5889c1e8df5ae5704b3c
The /ranking route is removed. /browse becomes the Discover page with: - Sort=Ranking option: fetches from /api/ranking (richer metadata — author, genres, source_url) and renders the full pre-computed ranked list - Sort=Popular/New/Updated: fetches from /api/browse as before, paginated - Grid / List view toggle: grid is the default for browse; list auto-selects for ranking and gives the information-dense ranked layout (was /ranking) - Admin Refresh catalogue button (moved from /ranking) and per-novel Scrape button work in both views - Genre and status filters are disabled (visually dimmed) when sort=rank since the ranking endpoint does not support per-page filtering - Nav: 'Browse' renamed to 'Discover', 'Ranking' link removed
Description
No description provided