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.
🔄 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.

---
<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/967
Author: @tonyedwardspz
Created: 11/30/2023
Status: ✅ Merged
Merged: 12/9/2023
Merged by: @advplyr
Base:
master← Head:master📝 Commits (10+)
1b06dbdAdds basic low feedback mode implementatione6c1874Adds download success toasts to low feedback modeaca348eAdds low feedback mode to podcast downloads7844889Adds hiding audio book feedback promt/toast9a32396Removes low feedback toggle89938abRemoves download success toast5067c0fRemoves download confirmation prompt02746bcFixes my introduced errors0c72889Remove successfully connected media link messagebe23c67Shows 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:
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.