mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #2126] [MERGED] feat: use v-bind instead of injection for modal context #2091
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#2091
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/2126
Author: @phanan
Created: 10/7/2025
Status: ✅ Merged
Merged: 10/7/2025
Merged by: @phanan
Base:
master← Head:revamp-modal📝 Commits (1)
75d9926feat: use v-bind instead of injection for modal context📊 Changes
25 files changed (+79 additions, -130 deletions)
View changed files
📝
resources/assets/js/components/album/EditAlbumForm.spec.ts(+2 -6)📝
resources/assets/js/components/album/EditAlbumForm.vue(+3 -3)📝
resources/assets/js/components/artist/EditArtistForm.spec.ts(+2 -6)📝
resources/assets/js/components/artist/EditArtistForm.vue(+3 -3)📝
resources/assets/js/components/embed/CreateEmbedForm.spec.ts(+2 -6)📝
resources/assets/js/components/embed/CreateEmbedForm.vue(+3 -4)📝
resources/assets/js/components/layout/ModalWrapper.vue(+5 -7)📝
resources/assets/js/components/playable/EditSongForm.spec.ts(+7 -13)📝
resources/assets/js/components/playable/EditSongForm.vue(+7 -5)📝
resources/assets/js/components/playlist/CreatePlaylistForm.spec.ts(+3 -6)📝
resources/assets/js/components/playlist/CreatePlaylistForm.vue(+6 -4)📝
resources/assets/js/components/playlist/EditPlaylistFolderForm.spec.ts(+2 -6)📝
resources/assets/js/components/playlist/EditPlaylistFolderForm.vue(+3 -3)📝
resources/assets/js/components/playlist/EditPlaylistForm.spec.ts(+2 -6)📝
resources/assets/js/components/playlist/EditPlaylistForm.vue(+3 -2)📝
resources/assets/js/components/playlist/PlaylistCollaborationModal.spec.ts(+3 -5)📝
resources/assets/js/components/playlist/PlaylistCollaborationModal.vue(+3 -2)📝
resources/assets/js/components/playlist/smart-playlist/CreateSmartPlaylistForm.vue(+3 -2)📝
resources/assets/js/components/playlist/smart-playlist/EditSmartPlaylistForm.vue(+4 -2)📝
resources/assets/js/components/radio/EditRadioStationForm.spec.ts(+3 -6)...and 5 more files
📄 Description
Description
Use
v-bindinstead of provide/inject for modal context.Motivation
Screenshots (if applicable)
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.