[PR #322] [MERGED] added manual sleep timer dialog #1399

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/322
Author: @jakob42
Created: 8/18/2022
Status: Merged
Merged: 8/21/2022
Merged by: @advplyr

Base: masterHead: manualSleepTimer


📝 Commits (4)

  • 56a3d8b added manual sleep timer dialog
  • b4e70da check for negative timer values
  • 683b4e7 Merge branch 'master' into manualSleepTimer
  • b8b2d73 Sleep timer UI update and min custom time to 1 min

📊 Changes

2 files changed (+43 additions, -11 deletions)

View changed files

📝 components/modals/SleepTimerModal.vue (+37 -5)
📝 ios/App/Podfile (+6 -6)

📄 Description

Not much to say, removed the 1 minute sleep timer preset to make room for a new manual sleep timer entry. It will open a dialog to set the number of minutes for the sleep timer.


🔄 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/322 **Author:** [@jakob42](https://github.com/jakob42) **Created:** 8/18/2022 **Status:** ✅ Merged **Merged:** 8/21/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `manualSleepTimer` --- ### 📝 Commits (4) - [`56a3d8b`](https://github.com/advplyr/audiobookshelf-app/commit/56a3d8bb7238a469c8638b92484cb3ad0f1e8736) added manual sleep timer dialog - [`b4e70da`](https://github.com/advplyr/audiobookshelf-app/commit/b4e70da1f57dd836a8528f719c05b9c619eee896) check for negative timer values - [`683b4e7`](https://github.com/advplyr/audiobookshelf-app/commit/683b4e753a4ee67646421b438af5d973ec99dd10) Merge branch 'master' into manualSleepTimer - [`b8b2d73`](https://github.com/advplyr/audiobookshelf-app/commit/b8b2d73eab6b0fc0b766d8edcd60f4f0d5de71f2) Sleep timer UI update and min custom time to 1 min ### 📊 Changes **2 files changed** (+43 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `components/modals/SleepTimerModal.vue` (+37 -5) 📝 `ios/App/Podfile` (+6 -6) </details> ### 📄 Description Not much to say, removed the 1 minute sleep timer preset to make room for a new manual sleep timer entry. It will open a dialog to set the number of minutes for the sleep timer. --- <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:11 +02:00
adam closed this issue 2026-04-24 23:58:12 +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#1399