Files
calibre-web/cps/static/css
Ross Williams 22a93a28e2 Refactor epub reader progress calculation
The code in epub-progress.js was causing the epub file to be loaded
twice over the network, because it created a second instance of the
epub.js library. I moved all the progress percentage display code into
epub.js. Only the locationchange polyfill code was left in the separate
file, renamed to locationchange-polyfill.js.

I rewrote the percentage progress code to use epub.js events,
giving more succinct and readable code. Also, I added localStorage
caching of the epub location calculations, required for displaying
percentage progress, which can take up to 60-90 seconds to calculate on
longer ebooks. This localStorage caching approach is recommended by
epub.js in the `locations.html` example in their repo.

Signed-off-by: Ross Williams <ross@ross-williams.net>
2025-02-21 04:15:37 +00:00
..
2019-07-13 20:54:21 +02:00
2021-02-20 20:03:39 +01:00
2024-07-13 10:49:47 +02:00
2024-11-23 15:46:20 +01:00
2022-10-21 15:08:33 +02:00
2021-11-24 19:41:07 +00:00
2021-03-14 16:57:33 +01:00
2020-04-27 20:01:13 +02:00
2023-02-05 12:10:01 +01:00
2021-10-03 09:31:24 +02:00
2020-04-27 20:01:13 +02:00