[PR #559] [MERGED] Move Discard Progress to Menu #1448

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

📋 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: masterHead: discard-progress-menu-option


📝 Commits (2)

  • d7be019 Move Discard Progress to Menu
  • 23220ec Fix 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.

Screenshot from 2023-02-07 22-41-35


🔄 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. ![Screenshot from 2023-02-07 22-41-35](https://user-images.githubusercontent.com/1008395/217374905-38962f3d-48d0-4b2b-8242-e06c09a39645.png) --- <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:32 +02:00
adam closed this issue 2026-04-24 23:58:32 +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#1448