mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #2138] [MERGED] feat: custom themes #2100
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#2100
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/2138
Author: @phanan
Created: 10/20/2025
Status: ✅ Merged
Merged: 10/20/2025
Merged by: @phanan
Base:
master← Head:color-mix📝 Commits (1)
e4bbdedfeat: theme creator📊 Changes
236 files changed (+2146 additions, -684 deletions)
View changed files
📝
app/Casts/LicenseMetaCast.php(+1 -1)➕
app/Casts/ThemePropertiesCast.php(+44 -0)📝
app/Http/Controllers/API/FetchInitialDataController.php(+5 -0)➕
app/Http/Controllers/API/ThemeController.php(+43 -0)➕
app/Http/Requests/API/ThemeStoreRequest.php(+39 -0)➕
app/Http/Resources/ThemeResource.php(+46 -0)➕
app/Models/Theme.php(+35 -0)📝
app/Models/User.php(+6 -0)➕
app/Observers/ThemeObserver.php(+22 -0)➕
app/Policies/ThemePolicy.php(+14 -0)📝
app/Providers/EventServiceProvider.php(+3 -0)➕
app/Repositories/ThemeRepository.php(+24 -0)📝
app/Services/LicenseService.php(+1 -1)➕
app/Services/ThemeService.php(+53 -0)📝
app/Values/License/LicenseMeta.php(+1 -1)➕
app/Values/Theme/ThemeCreateData.php(+37 -0)➕
app/Values/Theme/ThemeProperties.php(+82 -0)➕
database/factories/ThemeFactory.php(+27 -0)➕
database/migrations/2025_10_17_125814_add_themes_table.php(+22 -0)📝
docs/.vitepress/config.mts(+1 -0)...and 80 more files
📄 Description
Description
Add support for custom themes (Plus).
Motivation
Screenshots (if applicable)
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.