This patch moves the discard progress functionality from the tiny icon in the top right corner of the progress display to the options menu.
The reasoning for this is that resetting progress is an option which is unlikely to be used very often and therefor does not need to be on the main screen. In addition to that, the menu already holds the related options to mark the book as finished and to discard the progress of a finished book.
Finally, this removes the tiny icon which does not really match the rest of the user interface of the app.
🔄 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/559
**Author:** [@lkiesow](https://github.com/lkiesow)
**Created:** 2/7/2023
**Status:** ✅ Merged
**Merged:** 2/7/2023
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `discard-progress-menu-option`
---
### 📝 Commits (2)
- [`d7be019`](https://github.com/advplyr/audiobookshelf-app/commit/d7be01935f0cf8009dd65e46f85db0c2d337cc25) Move Discard Progress to Menu
- [`23220ec`](https://github.com/advplyr/audiobookshelf-app/commit/23220ecae61041f78c95c753067bb1ab3d0701f3) Fix podcast page returning item progress
### 📊 Changes
**1 file changed** (+10 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `pages/item/_id/index.vue` (+10 -3)
</details>
### 📄 Description
This patch moves the discard progress functionality from the tiny icon in the top right corner of the progress display to the options menu.
The reasoning for this is that resetting progress is an option which is unlikely to be used very often and therefor does not need to be on the main screen. In addition to that, the menu already holds the related options to mark the book as finished and to discard the progress of a finished book.
Finally, this removes the tiny icon which does not really match the rest of the user interface of the app.

---
<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/559
Author: @lkiesow
Created: 2/7/2023
Status: ✅ Merged
Merged: 2/7/2023
Merged by: @advplyr
Base:
master← Head:discard-progress-menu-option📝 Commits (2)
d7be019Move Discard Progress to Menu23220ecFix podcast page returning item progress📊 Changes
1 file changed (+10 additions, -3 deletions)
View changed files
📝
pages/item/_id/index.vue(+10 -3)📄 Description
This patch moves the discard progress functionality from the tiny icon in the top right corner of the progress display to the options menu.
The reasoning for this is that resetting progress is an option which is unlikely to be used very often and therefor does not need to be on the main screen. In addition to that, the menu already holds the related options to mark the book as finished and to discard the progress of a finished book.
Finally, this removes the tiny icon which does not really match the rest of the user interface of the app.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.