| Commit message (Collapse) | Author | Lines |
|
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.
|
|
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.
|
|
|
|
|
|
Instead of preloading one image in next and previous direction, preload
two.
|
|
|
|
This reverts commit d297c6310a6a4db8dd7cc3efe6ff59620deadcc0. It seems
that on slower systems it's actually better without this.
|
|
|
|
|
|
|
|
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.
|