[PR #967] [MERGED] Feature - Add a low feedback mode #1477

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/967
Author: @tonyedwardspz
Created: 11/30/2023
Status: Merged
Merged: 12/9/2023
Merged by: @advplyr

Base: masterHead: master


📝 Commits (10+)

  • 1b06dbd Adds basic low feedback mode implementation
  • e6c1874 Adds download success toasts to low feedback mode
  • aca348e Adds low feedback mode to podcast downloads
  • 7844889 Adds hiding audio book feedback promt/toast
  • 9a32396 Removes low feedback toggle
  • 89938ab Removes download success toast
  • 5067c0f Removes download confirmation prompt
  • 02746bc Fixes my introduced errors
  • 0c72889 Remove successfully connected media link message
  • be23c67 Shows media link status when connected to a server

📊 Changes

7 files changed (+48 additions, -43 deletions)

View changed files

📝 components/modals/ItemMoreMenuModal.vue (+0 -2)
📝 components/tables/podcast/EpisodeRow.vue (+1 -9)
📝 components/tables/podcast/LatestEpisodeRow.vue (+10 -13)
📝 components/widgets/DownloadProgressIndicator.vue (+0 -1)
📝 pages/bookshelf/latest.vue (+36 -1)
📝 pages/item/_id/_episode/index.vue (+1 -10)
📝 pages/item/_id/index.vue (+0 -7)

📄 Description

This pull requests implements the functionality mentioned in #966

After toggling the mode on through the "user interface settings" section of the settings menu, the following has been changed:

  • Download confirmation dialog for podcasts are skipped
  • Download success toasts for podcast are disabled
  • Ditto both the above for audiobooks
  • Downloaded media link status on podcast pages are hidden

I'm not set on any of this and expect it to change. The word choices can probably be vastly improved.

Happy to take feedback to shape this feature. If it expands much beyond a few simple prompts and dialogs, it might be wise to group things under a couple of settings toggles.

Low feedback setting tiggle


🔄 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/967 **Author:** [@tonyedwardspz](https://github.com/tonyedwardspz) **Created:** 11/30/2023 **Status:** ✅ Merged **Merged:** 12/9/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`1b06dbd`](https://github.com/advplyr/audiobookshelf-app/commit/1b06dbd78ce28b126ac52987103b728b40803c9a) Adds basic low feedback mode implementation - [`e6c1874`](https://github.com/advplyr/audiobookshelf-app/commit/e6c1874cbbbf2b67a1ffe061b03bbe0812d62e03) Adds download success toasts to low feedback mode - [`aca348e`](https://github.com/advplyr/audiobookshelf-app/commit/aca348e7837e1789d5564e247cb044fbb7cc2495) Adds low feedback mode to podcast downloads - [`7844889`](https://github.com/advplyr/audiobookshelf-app/commit/78448894d26e4246e1c0831405b78aca6f194719) Adds hiding audio book feedback promt/toast - [`9a32396`](https://github.com/advplyr/audiobookshelf-app/commit/9a32396daa9dd3728eff2b048e95859262305516) Removes low feedback toggle - [`89938ab`](https://github.com/advplyr/audiobookshelf-app/commit/89938ab120c39bbbabd4074867c4be69a48f2204) Removes download success toast - [`5067c0f`](https://github.com/advplyr/audiobookshelf-app/commit/5067c0f6d7fe993a32061c9b76370ba35fab4777) Removes download confirmation prompt - [`02746bc`](https://github.com/advplyr/audiobookshelf-app/commit/02746bc35f74cdbc56cd69d56971df9573f72721) Fixes my introduced errors - [`0c72889`](https://github.com/advplyr/audiobookshelf-app/commit/0c72889917edf92e2fa699b836ba4469eabd398e) Remove successfully connected media link message - [`be23c67`](https://github.com/advplyr/audiobookshelf-app/commit/be23c6703fd4383bc3710828985755a1e11b023b) Shows media link status when connected to a server ### 📊 Changes **7 files changed** (+48 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `components/modals/ItemMoreMenuModal.vue` (+0 -2) 📝 `components/tables/podcast/EpisodeRow.vue` (+1 -9) 📝 `components/tables/podcast/LatestEpisodeRow.vue` (+10 -13) 📝 `components/widgets/DownloadProgressIndicator.vue` (+0 -1) 📝 `pages/bookshelf/latest.vue` (+36 -1) 📝 `pages/item/_id/_episode/index.vue` (+1 -10) 📝 `pages/item/_id/index.vue` (+0 -7) </details> ### 📄 Description This pull requests implements the functionality mentioned in #966 After toggling the mode on through the "user interface settings" section of the settings menu, the following has been changed: - Download confirmation dialog for podcasts are skipped - Download success toasts for podcast are disabled - Ditto both the above for audiobooks - Downloaded media link status on podcast pages are hidden I'm not set on any of this and expect it to change. The word choices can probably be vastly improved. Happy to take feedback to shape this feature. If it expands much beyond a few simple prompts and dialogs, it might be wise to group things under a couple of settings toggles. ![Low feedback setting tiggle](https://github.com/advplyr/audiobookshelf-app/assets/6146746/20ec735f-2c44-4f6a-9e96-f7cb387f65e0) --- <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:44 +02:00
adam closed this issue 2026-04-24 23:58:44 +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#1477