feature: add split page, scrolled or paginated tracking

This commit is contained in:
Marko Andjelic 2026-07-06 15:20:05 +01:00
commit 4170a958d1
Signed by: marko
GPG key ID: 9C5E99C8C682FB59
4 changed files with 130 additions and 40 deletions

View file

@ -58,7 +58,8 @@ executable svitak
Types,
Navigation
build-depends: base,
build-depends: async,
base,
base64-bytestring,
bytestring,
containers,
@ -67,17 +68,17 @@ executable svitak
filepath,
gi-gdk4,
gi-gio,
gi-glib,
gi-gtk,
gi-javascriptcore6,
gi-webkit,
haskell-gi-base,
mtl,
scalpel,
text,
zip-archive,
scalpel-core,
stm,
gi-glib,
async,
scalpel-core
text,
zip-archive
hs-source-dirs: app
default-language: Haskell2010
@ -99,6 +100,7 @@ test-suite svitak-test
containers,
epub-metadata,
filepath,
gi-javascriptcore6,
mtl,
scalpel,
text,