summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/reader/PageView.svelte (follow)
Commit message (Collapse)AuthorAgeLines
* frontend: Temporarily fix [&.read] rule not being appliedWolfgang Müller13 days-2/+8
| | | | | | We have yet to fully investigate why this happens, but a recent update to some package broke the application of this rule. For now fall back to applying it in Svelte's <style> block.
* frontend: Migrate to eslint-plugin-svelte 3.0Wolfgang Müller13 days-1/+2
| | | | | | | This includes a migration to a flat eslint.config.js, which will now also automatically ignore items from .gitignore. eslint-plugin-svelte 3.0 comes with a couple of changes to recommended rules as well, these are also addressed in this commit.
* frontend: Implement a better page indicatorWolfgang Müller2025-02-19-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.
* frontend: Migrate PageView to Svelte 5Wolfgang Müller2025-02-18-11/+8
|
* frontend: Increase lookaround when preloading page imagesWolfgang Müller2025-02-13-6/+11
| | | | | Instead of preloading one image in next and previous direction, preload two.
* frontend: Migrate to Svelte 5Wolfgang Müller2025-02-13-13/+13
|
* frontend/reader: Allow switching to first or last pageWolfgang Müller2024-07-22-1/+3
|
* frontend/reader: Preload the next set of imagesWolfgang Müller2024-07-22-0/+22
|
* Initial commit0.1.0Wolfgang Müller2024-03-05-0/+67