[PR #134] [MERGED] Add mark as read button #1388

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/134
Author: @benonymity
Created: 4/23/2022
Status: Merged
Merged: 4/30/2022
Merged by: @advplyr

Base: masterHead: MarkAsRead


📝 Commits (10+)

  • 114dbd2 Add button to mark book as read
  • a63022a Merge branch 'advplyr:master' into MarkAsRead
  • 1fed00c Add localLIbraryProgress updates
  • 415ff65 Display when local, add CSS classes
  • 2064cd8 Merge branch 'advplyr:master' into MarkAsRead
  • d99f440 Removed episode reference, smaller play button
  • 68e565e Don't show if a podcast
  • ae4678c Resize button, no podcast downloads on iOS
  • 7fd51eb Fix button padding, final tests
  • a67c19f Shorten play button text

📊 Changes

3 files changed (+63 additions, -9 deletions)

View changed files

📝 components/tables/podcast/EpisodeRow.vue (+8 -3)
📝 components/ui/ReadIconBtn.vue (+1 -1)
📝 pages/item/_id.vue (+54 -5)

📄 Description

Simple addition of button to mark book as read, fixes #61. Though with the download button that area might start to get cramped on smaller devices.


🔄 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/134 **Author:** [@benonymity](https://github.com/benonymity) **Created:** 4/23/2022 **Status:** ✅ Merged **Merged:** 4/30/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `MarkAsRead` --- ### 📝 Commits (10+) - [`114dbd2`](https://github.com/advplyr/audiobookshelf-app/commit/114dbd24bcd68f992fb8ec35d92768c359c52424) Add button to mark book as read - [`a63022a`](https://github.com/advplyr/audiobookshelf-app/commit/a63022a669d5af0a97d065e900a82ae737816fde) Merge branch 'advplyr:master' into MarkAsRead - [`1fed00c`](https://github.com/advplyr/audiobookshelf-app/commit/1fed00ca8172ad4c0e021ffb712e23dca1d32677) Add localLIbraryProgress updates - [`415ff65`](https://github.com/advplyr/audiobookshelf-app/commit/415ff655619441ba8c3725d21727e18d1125cf6b) Display when local, add CSS classes - [`2064cd8`](https://github.com/advplyr/audiobookshelf-app/commit/2064cd838087c5e486a4492009162afa57dea426) Merge branch 'advplyr:master' into MarkAsRead - [`d99f440`](https://github.com/advplyr/audiobookshelf-app/commit/d99f4406b74b7a72daa02739c996ebb706df644e) Removed episode reference, smaller play button - [`68e565e`](https://github.com/advplyr/audiobookshelf-app/commit/68e565ebe2677aa132638d24ccc37f92c358af1f) Don't show if a podcast - [`ae4678c`](https://github.com/advplyr/audiobookshelf-app/commit/ae4678cf245d2c69d1c4d460138c6d836948a90a) Resize button, no podcast downloads on iOS - [`7fd51eb`](https://github.com/advplyr/audiobookshelf-app/commit/7fd51ebcc1a9dac8f13734d037087060705e8ddc) Fix button padding, final tests - [`a67c19f`](https://github.com/advplyr/audiobookshelf-app/commit/a67c19f30fc9e7b3617b70f0daf61fafbc628f7f) Shorten play button text ### 📊 Changes **3 files changed** (+63 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `components/tables/podcast/EpisodeRow.vue` (+8 -3) 📝 `components/ui/ReadIconBtn.vue` (+1 -1) 📝 `pages/item/_id.vue` (+54 -5) </details> ### 📄 Description Simple addition of button to mark book as read, fixes #61. Though with the download button that area might start to get cramped on smaller devices. --- <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:07 +02:00
adam closed this issue 2026-04-24 23:58:07 +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#1388