mirror of
https://github.com/koel/koel.git
synced 2026-04-27 01:35:59 +03:00
[PR #1579] [MERGED] feat: allow refreshing playlists #1788
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#1788
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/1579
Author: @phanan
Created: 11/8/2022
Status: ✅ Merged
Merged: 11/8/2022
Merged by: @phanan
Base:
master← Head:feat/refresh-playlist📝 Commits (1)
69a1da7feat: allow refreshing playlists📊 Changes
11 files changed (+190 additions, -142 deletions)
View changed files
📝
resources/assets/js/components/screens/PlaylistScreen.spec.ts(+13 -7)📝
resources/assets/js/components/screens/PlaylistScreen.vue(+9 -5)📝
resources/assets/js/components/screens/UploadScreen.vue(+2 -2)📝
resources/assets/js/components/screens/__snapshots__/AllSongsScreen.spec.ts.snap(+2 -33)📝
resources/assets/js/components/song/SongListControls.vue(+94 -80)📝
resources/assets/js/components/ui/BtnGroup.vue(+1 -1)📝
resources/assets/js/components/ui/ScreenHeader.vue(+17 -2)📝
resources/assets/js/stores/songStore.spec.ts(+29 -2)📝
resources/assets/js/stores/songStore.ts(+21 -8)📝
resources/assets/js/symbols.ts(+1 -2)📝
resources/assets/js/types.d.ts(+1 -0)📄 Description
Allow refreshing playlists, useful for e.g., smart playlists.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.