Commit graph

24 commits

Author SHA1 Message Date
Dmitry Lyzo
27bdb24598 refactor: Use span for icons 2022-02-25 01:33:21 +03:00
Patrick Farwick
e1889d9151 Ignore files without a file extension
Files which do not have a file extension are most likely not an image
and should not be used as a page of a comic book.
2022-02-17 16:31:28 +00:00
Patrick Farwick
43077bd259 Add all file extensions for jpeg images 2022-02-09 15:18:41 +00:00
Patrick Farwick
4f770f26ce Ignore files which do not have a file extension 2022-01-22 21:17:57 +00:00
Patrick Farwick
14083377d1 Only use comic pages for internal calculations
A comic book archive stores pages as images, but can store other
information like metadata within the file, too.

This change uses only the image based files as pages and ignores other
files.
2022-01-22 01:00:03 +00:00
Patrick Farwick
c6c263de99 Remove outdated comment 2021-10-05 20:41:47 +00:00
Patrick Farwick
b3056ee321 Store each page as a tick 2021-10-05 20:20:33 +00:00
Patrick Farwick
1806baec37 Move "destroy" after "stop" and separate commands 2021-10-05 20:10:25 +00:00
Patrick Farwick
5115500443 Save progress when reading a comic book archive 2021-10-04 07:43:45 +00:00
Bill Thornton
a1e5ad0ed5 Add close button to comics player 2021-03-09 12:37:36 -05:00
Bill Thornton
b5029422f8 Fix scaling in comics player 2021-01-26 12:40:50 -05:00
Bill Thornton
e1ce1a2f3b
Update src/plugins/comicsPlayer/plugin.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-12-04 18:19:08 -05:00
Bill Thornton
4dc726d781 Fix sonarqube bug 2020-12-04 17:14:16 -05:00
Bill Thornton
8395eb307e Fix comics player 2020-12-04 17:04:59 -05:00
vitorsemeano
a48d466e6a fixes for lint errors
added missing packages for lint
removed unecessary babel/polyfill
2020-11-05 23:21:35 +00:00
vitorsemeano
a106e23ff8 some bug fixes after master rebase 2020-11-05 23:18:19 +00:00
dkanada
39eddeb205 run eslint to fix most var instances 2020-10-07 21:12:14 +09:00
dkanada
a5776e98a7 always use const when possible 2020-09-12 05:46:15 +09:00
dkanada
bf9c8778b0 allow plugin config changes on standalone 2020-09-02 20:50:32 +09:00
dkanada
6b776aac44 fix linting error with url global 2020-08-30 15:11:20 +09:00
dkanada
dfc906e7d3 fix build issues 2020-08-30 14:57:36 +09:00
dkanada
f75ad14c32 update dialog id and rename some variables 2020-08-28 23:11:53 +09:00
dkanada
90babaca9f minor code tweaks for comics player 2020-08-28 23:09:35 +09:00
dkanada
0e45c25e40 move comics player to plugin directory and update web config 2020-08-28 23:04:16 +09:00
Renamed from src/components/comicsPlayer/plugin.js (Browse further)