Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2024-07-22 | frontend/reader: Add simple page indicator | Wolfgang Müller | -0/+13 | |
2024-07-22 | frontend/reader: Preload the next set of images | Wolfgang Müller | -0/+22 | |
2024-07-22 | frontend/reader: Show loading indicators | Wolfgang Müller | -4/+33 | |
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. |