New reader based on reveal.js. works well on mobile and desktop and gives a better expierance all around.

This commit is contained in:
ajurna
2020-05-20 10:26:45 +01:00
parent 2debda7abc
commit be32796bea
43 changed files with 16776 additions and 72 deletions

View File

@@ -112,7 +112,7 @@ class DirFile:
if created:
status.save()
self.selector = urlsafe_base64_encode(comic.selector.bytes)
self.location = "/comic/read/{0}/{1}/".format(self.selector, status.last_read_page)
self.location = "/comic/read/{0}/".format(self.selector)
self.label = generate_label(comic, status)
self.type = "book"