mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #2107] [MERGED] fix: proper error handle and other improvements for embeds #2074
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#2074
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/2107
Author: @phanan
Created: 9/18/2025
Status: ✅ Merged
Merged: 9/18/2025
Merged by: @phanan
Base:
master← Head:embed-404📝 Commits (1)
b798ba3fix: proper error handle and other improvements for embeds📊 Changes
23 files changed (+496 additions, -123 deletions)
View changed files
➕
app/Exceptions/EmbeddableNotFoundException.php(+9 -0)📝
app/Http/Controllers/API/Embed/EmbedController.php(+10 -4)📝
app/Repositories/SongRepository.php(+3 -0)📝
resources/assets/js/components/embed/CreateEmbedForm.vue(+1 -1)📝
resources/assets/js/components/embed/EmbedOptionsPanel.vue(+0 -0)➕
resources/assets/js/components/embed/widget/EmbedWidget.spec.ts(+93 -0)📝
resources/assets/js/components/embed/widget/EmbedWidget.vue(+19 -111)➕
resources/assets/js/components/embed/widget/EmbedWidgetBanner.spec.ts(+168 -0)➕
resources/assets/js/components/embed/widget/EmbedWidgetBanner.vue(+65 -0)➕
resources/assets/js/components/embed/widget/EmbedWidgetErrorMessage.vue(+8 -0)📝
resources/assets/js/components/embed/widget/EmbedWidgetThumbnail.spec.ts(+2 -2)📝
resources/assets/js/components/embed/widget/EmbedWidgetThumbnail.vue(+0 -0)📝
resources/assets/js/components/embed/widget/EmbedWidgetTrackItem.spec.ts(+2 -2)📝
resources/assets/js/components/embed/widget/EmbedWidgetTrackItem.vue(+0 -0)➕
resources/assets/js/components/embed/widget/EmbedWidgetTrackList.spec.ts(+23 -0)➕
resources/assets/js/components/embed/widget/EmbedWidgetTrackList.vue(+40 -0)➕
resources/assets/js/components/embed/widget/PreviewBadge.spec.ts(+12 -0)➕
resources/assets/js/components/embed/widget/PreviewBadge.vue(+10 -0)➕
resources/assets/js/components/embed/widget/__snapshots__/EmbedWidgetTrackItem.spec.ts.snap(+13 -0)➕
resources/assets/js/components/embed/widget/__snapshots__/PreviewBadge.spec.ts.snap(+3 -0)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.