From 08054ccc76a6e3196b4d9da9681e9f295f7c7e40 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sun, 12 Apr 2026 20:43:58 -0400 Subject: [PATCH] feat(reader): Update reader template for panel detection config - Update reader initialization to pass panel detection configuration - Include enablePanelDetection, libraryType, formatGroup params - Add mangaType and readingDirection for proper manga rendering - Change theme class to theme-tokyo-night for consistent styling --- templates/reader.templ | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/templates/reader.templ b/templates/reader.templ index 5b63fc0..5b01d82 100644 --- a/templates/reader.templ +++ b/templates/reader.templ @@ -18,11 +18,16 @@ templ Reader(user User, metadata ReaderMetadata, progress ReadingProgress, bookm @ReaderChrome(user, metadata, progress)