Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] Unnecessary images are loaded when a paged mode #217

Closed
Leeingnyo opened this issue Aug 18, 2021 · 1 comment · Fixed by #221
Closed

[Bug Report] Unnecessary images are loaded when a paged mode #217

Leeingnyo opened this issue Aug 18, 2021 · 1 comment · Fixed by #221
Assignees
Labels
bug Something isn't working

Comments

@Leeingnyo
Copy link
Member

Describe the bug

I've noticed that images are loaded from page 1 to current page when a paged mode

image

To Reproduce
Steps to reproduce the behavior:

  1. Go to middle of book at the paged mode reader
  2. Refresh the page
  3. See network logs

Expected behavior

I realized that these were unnecessary requests from the continuous mode reader.
Using x-if, I removed DOM of continuous mode reader when the reader mode is paged mode.

image

@Leeingnyo Leeingnyo added the bug Something isn't working label Aug 18, 2021
@Leeingnyo Leeingnyo self-assigned this Aug 18, 2021
@hkalexling hkalexling mentioned this issue Aug 22, 2021
@mango-assistant
Copy link

Hi there! The issue has been fixed in v0.23.0. Thanks for the bug report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant