mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #1841] [CLOSED] feat(playlist): store playlist order in localStorage #1902
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#1902
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/1841
Author: @ShetlandJ
Created: 10/7/2024
Status: ❌ Closed
Base:
master← Head:1750-scroll-to-song📝 Commits (6)
cce47e3feat(playlist): store playlist order in localStorage73758b1fix(local storage): remove my version4d9fd33Revert test changesc71187dfix(local storage): update localstorage key02d2110feat(local storage): revert test file changebbdeb2dfeat(local storage): revert index.ts changeas📊 Changes
2 files changed (+49 additions, -11 deletions)
View changed files
📝
resources/assets/js/components/screens/PlaylistScreen.vue(+33 -8)📝
resources/assets/js/components/song/SongList.vue(+16 -3)📄 Description
Closes #1744
Hello 👋, I saw this open source app listed in a blog and wanted to try out contributing to it. This feature suggestion by @caendesilva seemed sensible.
I tried for a few days to get the vitest to work around the changes I've made to the function, but I just could not get the localStorage mocking to be correctly picked up. I would be happy to take pointers on adding a test that vitest will be satisfied by.
Relatively new to Typescript too, so I hope that this meets the standards.
Cheers
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.