[PR #534] [MERGED] Player Progress Bar Position #1442

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

📋 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: masterHead: player-progress-position


📝 Commits (2)

  • 3fc8937 Player Progress Bar Position
  • ea847a6 Update 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.

Screenshot from 2023-01-31 15-29-40


🔄 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. ![Screenshot from 2023-01-31 15-29-40](https://user-images.githubusercontent.com/1008395/215791196-82b4201b-9f9f-44aa-bae5-45fd8134a5de.png) --- <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:29 +02:00
adam closed this issue 2026-04-24 23:58:29 +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#1442