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 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
master← Head:chepter-idx📝 Commits (1)
22c5feeMake 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.