This patch moves the progress bar slightly up for a better separation between playback controls and seeking.
The reasoning behind this is that I (and probably others as well) often interact with this interface in a clumsy, half-asleep state. Due to the closeness of the progress bar and the play/pause button, I have managed it several times to accidentally seek instead of pause. That is really annoying since you then have to manually find the previous playback position again.
Long term, I would love to see more of the available space being used. In particular in the player interface. There should be enough free space available. Especially if you have just one of the progress bars active. But for now, this is just a quick-fix to improve the current situation.
🔄 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/534
**Author:** [@lkiesow](https://github.com/lkiesow)
**Created:** 1/31/2023
**Status:** ✅ Merged
**Merged:** 1/31/2023
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `player-progress-position`
---
### 📝 Commits (2)
- [`3fc8937`](https://github.com/advplyr/audiobookshelf-app/commit/3fc89377b4e7597de23c604a281b33ed873c5764) Player Progress Bar Position
- [`ea847a6`](https://github.com/advplyr/audiobookshelf-app/commit/ea847a62ff120bc2ab0360a6dbab28cc6dfcccd7) Update components/app/AudioPlayer.vue
### 📊 Changes
**1 file changed** (+0 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `components/app/AudioPlayer.vue` (+0 -1)
</details>
### 📄 Description
This patch moves the progress bar slightly up for a better separation between playback controls and seeking.
The reasoning behind this is that I (and probably others as well) often interact with this interface in a clumsy, half-asleep state. Due to the closeness of the progress bar and the play/pause button, I have managed it several times to accidentally seek instead of pause. That is really annoying since you then have to manually find the previous playback position again.
Long term, I would love to see more of the available space being used. In particular in the player interface. There should be enough free space available. Especially if you have just one of the progress bars active. But for now, this is just a quick-fix to improve the current situation.

---
<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/534
Author: @lkiesow
Created: 1/31/2023
Status: ✅ Merged
Merged: 1/31/2023
Merged by: @advplyr
Base:
master← Head:player-progress-position📝 Commits (2)
3fc8937Player Progress Bar Positionea847a6Update components/app/AudioPlayer.vue📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
components/app/AudioPlayer.vue(+0 -1)📄 Description
This patch moves the progress bar slightly up for a better separation between playback controls and seeking.
The reasoning behind this is that I (and probably others as well) often interact with this interface in a clumsy, half-asleep state. Due to the closeness of the progress bar and the play/pause button, I have managed it several times to accidentally seek instead of pause. That is really annoying since you then have to manually find the previous playback position again.
Long term, I would love to see more of the available space being used. In particular in the player interface. There should be enough free space available. Especially if you have just one of the progress bars active. But for now, this is just a quick-fix to improve the current situation.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.