mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[PR #2149] [MERGED] fix: enable picking custom themes when creating embeds #2109
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#2109
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/2149
Author: @phanan
Created: 10/24/2025
Status: ✅ Merged
Merged: 10/24/2025
Merged by: @phanan
Base:
master← Head:embed-themes📝 Commits (1)
636c991fix: enable picking custom themes when creating embeds📊 Changes
13 files changed (+166 additions, -21 deletions)
View changed files
📝
app/Http/Controllers/API/Embed/EmbedController.php(+10 -1)📝
app/Http/Controllers/API/FetchInitialDataController.php(+5 -3)📝
composer.json(+2 -1)📝
resources/assets/js/components/embed/CreateEmbedForm.spec.ts(+7 -1)➕
resources/assets/js/components/embed/EmbedOptionsPanel.spec.ts(+37 -0)📝
resources/assets/js/components/embed/EmbedOptionsPanel.vue(+5 -11)➕
resources/assets/js/components/embed/ThemeSelectBox.spec.ts(+28 -0)➕
resources/assets/js/components/embed/ThemeSelectBox.vue(+25 -0)📝
resources/assets/js/components/embed/widget/EmbedWidget.vue(+2 -1)📝
resources/assets/js/components/embed/widget/audio-player/EmbedAudioPlayerPlayButton.vue(+2 -2)📝
resources/assets/js/stores/embedService.ts(+1 -1)📝
tests/Feature/EmbedTest.php(+1 -0)➕
tests/Feature/KoelPlus/EmbedTest.php(+41 -0)📄 Description
Description
Add custom themes to the theme selection when creating embeds.
Motivation
Screenshots (if applicable)
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.