[PR #513] [MERGED] Make Player Menu Items Look Alike #1437

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/513
Author: @lkiesow
Created: 1/16/2023
Status: Merged
Merged: 1/17/2023
Merged by: @advplyr

Base: masterHead: player-menu-unified-style


📝 Commits (2)

  • 699976d Make Player Menu Items Look Alike
  • d9afdaf Update components/modals/Dialog.vue

📊 Changes

2 files changed (+4 additions, -19 deletions)

View changed files

📝 components/app/AudioPlayer.vue (+3 -19)
📝 components/modals/Dialog.vue (+1 -0)

📄 Description

Instead of handling some items of the player menu as special cases, adding icons and colors, this patch allows menu items to have icons in general, allowing for the removal of the special cases.

This also makes it easy to actually use a homogeneous style for all of the player menu items, letting them all have an icon and aligning them visually.

Screenshot from 2023-01-16 23-44-59


🔄 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/513 **Author:** [@lkiesow](https://github.com/lkiesow) **Created:** 1/16/2023 **Status:** ✅ Merged **Merged:** 1/17/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `player-menu-unified-style` --- ### 📝 Commits (2) - [`699976d`](https://github.com/advplyr/audiobookshelf-app/commit/699976dcd856f5fc1073bbdac3337553e0226359) Make Player Menu Items Look Alike - [`d9afdaf`](https://github.com/advplyr/audiobookshelf-app/commit/d9afdaf56f244d19e581593fa54bc25f8611996a) Update components/modals/Dialog.vue ### 📊 Changes **2 files changed** (+4 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `components/app/AudioPlayer.vue` (+3 -19) 📝 `components/modals/Dialog.vue` (+1 -0) </details> ### 📄 Description Instead of handling some items of the player menu as special cases, adding icons and colors, this patch allows menu items to have icons in general, allowing for the removal of the special cases. This also makes it easy to actually use a homogeneous style for all of the player menu items, letting them all have an icon and aligning them visually. ![Screenshot from 2023-01-16 23-44-59](https://user-images.githubusercontent.com/1008395/212777249-45cc2e80-3839-423e-aabb-de1c1b549550.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:26 +02:00
adam closed this issue 2026-04-24 23:58:26 +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#1437