mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[PR #1570] [MERGED] chore: improve playback and related services #1782
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#1782
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/1570
Author: @phanan
Created: 10/30/2022
Status: ✅ Merged
Merged: 10/30/2022
Merged by: @phanan
Base:
master← Head:chore/playback-cleanup📝 Commits (2)
391b317chore: improve playback and related servicesf584354feat: simplify and revamp playback(-related) services📊 Changes
19 files changed (+253 additions, -155 deletions)
View changed files
📝
resources/assets/js/App.vue(+3 -7)📝
resources/assets/js/components/layout/app-footer/AudioPlayer.vue(+3 -1)➕
resources/assets/js/components/layout/app-footer/index.spec.ts(+26 -0)📝
resources/assets/js/components/layout/app-footer/index.vue(+26 -2)📝
resources/assets/js/components/meta/SupportKoel.spec.ts(+5 -5)📝
resources/assets/js/components/meta/SupportKoel.vue(+9 -14)📝
resources/assets/js/components/ui/Volume.spec.ts(+20 -10)📝
resources/assets/js/components/ui/Volume.vue(+11 -23)➕
resources/assets/js/components/ui/__snapshots__/Volume.spec.ts.snap(+7 -0)📝
resources/assets/js/config/events.ts(+0 -1)📝
resources/assets/js/services/audioService.ts(+24 -6)📝
resources/assets/js/services/index.ts(+1 -0)📝
resources/assets/js/services/playbackService.spec.ts(+8 -16)📝
resources/assets/js/services/playbackService.ts(+16 -57)📝
resources/assets/js/services/socketListener.ts(+3 -3)➕
resources/assets/js/services/volumeManager.spec.ts(+43 -0)➕
resources/assets/js/services/volumeManager.ts(+35 -0)📝
resources/assets/js/stores/preferenceStore.ts(+4 -1)📝
resources/assets/js/utils/eventBus.spec.ts(+9 -9)📄 Description
KOEL_READYevent and rely on reactivity instead.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.