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.
🔄 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.

---
<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/513
Author: @lkiesow
Created: 1/16/2023
Status: ✅ Merged
Merged: 1/17/2023
Merged by: @advplyr
Base:
master← Head:player-menu-unified-style📝 Commits (2)
699976dMake Player Menu Items Look Aliked9afdafUpdate 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.