-
How are page images handled exactly from the extension side or in app ? I'm asking it for 2 major Quality of Life changes that can be probably implemented in future.
|
Beta Was this translation helpful? Give feedback.
Answered by
xgi
Jun 19, 2022
Replies: 1 comment 1 reply
-
The extension API just sends the UI an array of image URLs -- all of the URLs are retrieved on the first load. The UI essentially just throws them into tags and uses the list to determine the total page count.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yash-278
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The extension API just sends the UI an array of image URLs -- all of the URLs are retrieved on the first load. The UI essentially just throws them into tags and uses the list to determine the total page count.