summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/reader/ReaderPage.svelte (follow)
Commit message (Collapse)AuthorAgeLines
* frontend: Fix page rendering in PageView for mismatched image sizesWolfgang Müller4 days-1/+1
| | | | | | | If we display two images next to each other whose dimensions do not line up nicely, 'grow' will for some reason cause the smaller image's div to grow less wide. Use 'w-full' instead to force the div to have full width.
* frontend: Migrate to Svelte 5Wolfgang Müller9 days-4/+10
|
* frontend/reader: Revert "Show loading indicators"Wolfgang Müller2025-01-25-32/+3
| | | | | This reverts commit d297c6310a6a4db8dd7cc3efe6ff59620deadcc0. It seems that on slower systems it's actually better without this.
* frontend/reader: Show loading indicatorsWolfgang Müller2024-07-22-3/+32
| | | | | | Sometimes images may not load fast enough, resulting in the app being seemingly stuck displaying the same sets of images. Use a timeout to detect when images take too long to load and show a spinner instead.
* Initial commit0.1.0Wolfgang Müller2024-03-05-0/+24