| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
We have yet to fully investigate why this happens, but a recent update
to some package broke the application of this rule. For now fall back to
applying it in Svelte's <style> block.
|
|
|
|
|
|
|
| |
This includes a migration to a flat eslint.config.js, which will now
also automatically ignore items from .gitignore. eslint-plugin-svelte
3.0 comes with a couple of changes to recommended rules as well, these
are also addressed in this commit.
|
|
|
|
|
|
|
| |
This replaces the very simplistic x/y page indicator with a visual bar
at the bottom of the reader that allows the user quick access to any
arbitrary page. At the margins it shows the current page number(s) and
the total amount of pages.
|
| |
|
|
|
|
|
| |
Instead of preloading one image in next and previous direction, preload
two.
|
| |
|
| |
|
| |
|
|
|