From 22c5fee48ee1b2b92babe359def708ebd2ec74f2 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Thu, 5 Jan 2023 23:07:11 +0100 Subject: [PATCH] Make chapters identifiable When long chapter names are being used, it may easily happen that parts of the name is cut off. If this part identifies the latest chapter name or number, it may make chapters indistinguishable from one another. This makes it near imposible to select a specific chapter if the book has many chapters. This patch addresses the issue by starting each item in the list of chapters with an index number. This fixes #479 --- components/modals/ChaptersModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/modals/ChaptersModal.vue b/components/modals/ChaptersModal.vue index 2eb5fadb..1e4ca318 100644 --- a/components/modals/ChaptersModal.vue +++ b/components/modals/ChaptersModal.vue @@ -9,10 +9,10 @@
    -