Files
libnovel/scraper/internal
Admin e0dc4678b3 feat: replace load-more with page-number pagination and fix progress dot
- Replace 'Load more chapters' append pattern with discrete page-number
  pagination bar (« 1 2 3 … N ») on /books/{slug}
- Clicking a page number swaps #chapter-list via HTMX (innerHTML replace)
  and updates the OOB #chapter-pagination bar; URL is pushed via hx-push-url
- applyProgress() is called after each swap to re-highlight saved chapter
- Fix empty bullet bug: progress-dot span no longer contains the '●'
  character; replaced with a small amber circle via Tailwind (w-2 h-2
  rounded-full bg-amber-400) so hidden spans are truly space-free
- Add template FuncMap (pages/prev/next helpers) to both handleBook and
  handleBookChaptersPage; remove HasMore/NextPage from template data structs
2026-03-01 17:22:42 +05:00
..
2026-02-26 12:56:25 +05:00