From 953bde5a42072a0255670012cc45867e395d5410 Mon Sep 17 00:00:00 2001 From: advplyr Date: Sun, 18 Jun 2023 13:31:38 -0500 Subject: [PATCH] Update:Add epub ereader settings and table of contents --- components/modals/FullscreenModal.vue | 7 +- components/readers/EpubReader.vue | 59 +++++++++++- components/readers/Reader.vue | 131 ++++++++++++++++++++++++-- components/ui/RangeInput.vue | 90 ++++++++++++++++++ components/ui/ToggleBtns.vue | 85 +++++++++++++++++ plugins/init.client.js | 1 + 6 files changed, 357 insertions(+), 16 deletions(-) create mode 100644 components/ui/RangeInput.vue create mode 100644 components/ui/ToggleBtns.vue diff --git a/components/modals/FullscreenModal.vue b/components/modals/FullscreenModal.vue index 3443c5ae..86cc7c59 100644 --- a/components/modals/FullscreenModal.vue +++ b/components/modals/FullscreenModal.vue @@ -1,6 +1,6 @@