mirror of
https://github.com/koel/koel.git
synced 2026-04-26 17:25:59 +03:00
[PR #1920] [MERGED] feat: sorting albums #1948
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#1948
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/1920
Author: @phanan
Created: 5/13/2025
Status: ✅ Merged
Merged: 5/13/2025
Merged by: @phanan
Base:
master← Head:album-list-sort📝 Commits (1)
37eb160feat: sorting albums📊 Changes
26 files changed (+419 additions, -60 deletions)
View changed files
📝
app/Builders/AlbumBuilder.php(+35 -0)📝
app/Builders/SongBuilder.php(+1 -1)📝
app/Http/Controllers/API/AlbumController.php(+6 -2)➕
app/Http/Requests/API/AlbumListRequest.php(+11 -0)📝
app/Http/Resources/AlbumResource.php(+2 -0)📝
app/Models/Album.php(+5 -4)📝
app/Models/User.php(+1 -1)📝
app/Repositories/AlbumRepository.php(+4 -4)📝
app/Values/UserPreferences.php(+10 -0)➕
database/migrations/2025_05_13_114436_add_release_year_to_albums.php(+27 -0)➕
resources/assets/js/components/album/AlbumListSorter.spec.ts(+28 -0)➕
resources/assets/js/components/album/AlbumListSorter.vue(+71 -0)➕
resources/assets/js/components/podcast/PodcastListSorter.spec.ts(+25 -0)📝
resources/assets/js/components/podcast/PodcastListSorter.vue(+21 -26)📝
resources/assets/js/components/screens/AlbumListScreen.vue(+39 -4)📝
resources/assets/js/components/screens/PodcastListScreen.vue(+2 -3)📝
resources/assets/js/components/ui/ViewModeSwitch.spec.ts(+19 -2)📝
resources/assets/js/components/ui/ViewModeSwitch.vue(+7 -5)📝
resources/assets/js/components/ui/__snapshots__/ViewModeSwitch.spec.ts.snap(+2 -2)📝
resources/assets/js/components/ui/album-artist/AlbumOrArtistGrid.vue(+17 -2)...and 6 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.