[PR #2184] [MERGED] fix: hover status on context menu items #2125

Closed
opened 2026-02-26 03:33:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/2184
Author: @phanan
Created: 1/4/2026
Status: Merged
Merged: 1/4/2026
Merged by: @phanan

Base: masterHead: fix-menu-item-hover


📝 Commits (1)

  • d7eb7c9 fix: hover status on context menu items

📊 Changes

8 files changed (+23 additions, -34 deletions)

View changed files

📝 app/Enums/Acl/Role.php (+1 -1)
📝 resources/assets/js/components/album/__snapshots__/AlbumContextMenu.spec.ts.snap (+5 -5)
📝 resources/assets/js/components/artist/__snapshots__/ArtistContextMenu.spec.ts.snap (+5 -5)
📝 resources/assets/js/components/genre/__snapshots__/GenreContextMenu.spec.ts.snap (+3 -3)
📝 resources/assets/js/components/playable/PlayableContextMenu.vue (+2 -2)
📝 resources/assets/js/components/podcast/__snapshots__/PodcastContextMenu.spec.ts.snap (+5 -5)
📝 resources/assets/js/components/ui/context-menu/ContextMenuItem.vue (+2 -4)
resources/assets/js/components/ui/lyrics/__snapshots__/LrcLyricsPane.spec.ts.snap (+0 -9)

📄 Description

Description

Per subject.

Motivation

Screenshots (if applicable)

Checklist

  • I've tested my changes thoroughly and added tests where applicable
  • I've updated relevant documentation (if any)
  • My code follows the project's conventions

🔄 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/koel/koel/pull/2184 **Author:** [@phanan](https://github.com/phanan) **Created:** 1/4/2026 **Status:** ✅ Merged **Merged:** 1/4/2026 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `fix-menu-item-hover` --- ### 📝 Commits (1) - [`d7eb7c9`](https://github.com/koel/koel/commit/d7eb7c9fa7f1c6ef2cf01c5a5bba40dde95f3e38) fix: hover status on context menu items ### 📊 Changes **8 files changed** (+23 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `app/Enums/Acl/Role.php` (+1 -1) 📝 `resources/assets/js/components/album/__snapshots__/AlbumContextMenu.spec.ts.snap` (+5 -5) 📝 `resources/assets/js/components/artist/__snapshots__/ArtistContextMenu.spec.ts.snap` (+5 -5) 📝 `resources/assets/js/components/genre/__snapshots__/GenreContextMenu.spec.ts.snap` (+3 -3) 📝 `resources/assets/js/components/playable/PlayableContextMenu.vue` (+2 -2) 📝 `resources/assets/js/components/podcast/__snapshots__/PodcastContextMenu.spec.ts.snap` (+5 -5) 📝 `resources/assets/js/components/ui/context-menu/ContextMenuItem.vue` (+2 -4) ➖ `resources/assets/js/components/ui/lyrics/__snapshots__/LrcLyricsPane.spec.ts.snap` (+0 -9) </details> ### 📄 Description <!-- Thank you for contributing to Koel! Please provide a clear description of your changes below. --> ## Description Per subject. ## Motivation <!-- Explain why this change is necessary, e.g., if targeting an existing issue, link to it. --> ## Screenshots (if applicable) ## Checklist - [x] I've tested my changes thoroughly and added tests where applicable - [x] I've updated relevant documentation (if any) - [x] My code follows the project's conventions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#2125
No description provided.