mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[PR #35] [MERGED] Add case insensitive order by for list views #1134
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#1134
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/35
Author: @mattstauffer
Created: 12/14/2015
Status: ✅ Merged
Merged: 12/15/2015
Merged by: @phanan
Base:
master← Head:case-insensitive-order📝 Commits (2)
be003e2Add case insensitive order by for list views90250ebConvert case-insensitive sort to use core Vue methods📊 Changes
2 files changed (+23 additions, -1 deletions)
View changed files
📝
resources/assets/js/app.vue(+22 -0)📝
resources/assets/js/components/shared/song-list.vue(+1 -1)📄 Description
Prior to this PR being merged, the
orderByfor columns is case sensitive. That means my list places lowercased-artistmewithoutyouafter the entire list of Title-cased artists.After the change:
Heavy caveat: the hacked functions that I stole from Vue core are not quite as good as the core versions, but I couldn't figure out how to import core Vue functions. Maybe it's possible?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.