[PR #493] [MERGED] Make chapters identifiable #1436

Closed
opened 2026-04-24 23:58:26 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/493
Author: @lkiesow
Created: 1/5/2023
Status: Merged
Merged: 1/5/2023
Merged by: @advplyr

Base: masterHead: chepter-idx


📝 Commits (1)

  • 22c5fee Make chapters identifiable

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 components/modals/ChaptersModal.vue (+2 -2)

📄 Description

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/493 **Author:** [@lkiesow](https://github.com/lkiesow) **Created:** 1/5/2023 **Status:** ✅ Merged **Merged:** 1/5/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `chepter-idx` --- ### 📝 Commits (1) - [`22c5fee`](https://github.com/advplyr/audiobookshelf-app/commit/22c5fee48ee1b2b92babe359def708ebd2ec74f2) Make chapters identifiable ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `components/modals/ChaptersModal.vue` (+2 -2) </details> ### 📄 Description 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. <img src="https://user-images.githubusercontent.com/1008395/210889807-27ebd75f-f3da-4f02-b47f-4a9534e7ad7c.png" width="300px" /> This fixes #479 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:58:26 +02:00
adam closed this issue 2026-04-24 23:58:27 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1436