summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/reader/PageView.svelte (unfollow)
Commit message (Collapse)AuthorLines
4 daysfrontend: Implement a better page indicatorWolfgang Müller-9/+51
This replaces the very simplistic x/y page indicator with a visual bar at the bottom of the reader that allows the user quick access to any arbitrary page. At the margins it shows the current page number(s) and the total amount of pages.
5 daysfrontend: Migrate PageView to Svelte 5Wolfgang Müller-11/+8
10 daysfrontend: Increase lookaround when preloading page imagesWolfgang Müller-6/+11
Instead of preloading one image in next and previous direction, preload two.
10 daysfrontend: Migrate to Svelte 5Wolfgang Müller-13/+13
2024-07-22frontend/reader: Allow switching to first or last pageWolfgang Müller-1/+3
2024-07-22frontend/reader: Preload the next set of imagesWolfgang Müller-0/+22