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>
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/134
Author: @benonymity
Created: 4/23/2022
Status: ✅ Merged
Merged: 4/30/2022
Merged by: @advplyr
Base:
master← Head:MarkAsRead📝 Commits (10+)
114dbd2Add button to mark book as reada63022aMerge branch 'advplyr:master' into MarkAsRead1fed00cAdd localLIbraryProgress updates415ff65Display when local, add CSS classes2064cd8Merge branch 'advplyr:master' into MarkAsReadd99f440Removed episode reference, smaller play button68e565eDon't show if a podcastae4678cResize button, no podcast downloads on iOS7fd51ebFix button padding, final testsa67c19fShorten 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.