mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[PR #2177] [CLOSED] feat: row number in lists #2123
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#2123
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/2177
Author: @oxodao
Created: 12/11/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
4357680feat: row number in lists in the UI📊 Changes
7 files changed (+57 additions, -15 deletions)
View changed files
📝
resources/assets/js/components/playable/playable-list/PlayableList.vue(+10 -4)📝
resources/assets/js/components/playable/playable-list/PlayableListHeader.vue(+22 -2)📝
resources/assets/js/components/playable/playable-list/PlayableListHeaderActionMenu.vue(+8 -5)📝
resources/assets/js/components/playable/playable-list/PlayableListItem.vue(+13 -2)📝
resources/assets/js/components/ui/VirtualScroller.vue(+1 -1)📝
resources/assets/js/composables/usePlayableListColumnVisibility.ts(+1 -0)📝
resources/assets/js/types.d.ts(+2 -1)📄 Description
Description
This PR adds a way to see the row number in lists (mainly used for playlists).
Note that I did not do any tests as I have no clue how to do this on the frontend.
I made sure to change the "Track number" header only if the table row number is enabled to not disrupt the current users.
Motivation
I'm currently in the process of trying to switch from Spotify to Koel, and I much prefer having the row number instead of the track in the first column, as most of the time I do not care about the actual track number.
This is the default in most software such as Spotify / Deezer / ... so I think its a good idea to have it, even if the default is not enabled.
Screenshots (if applicable)
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.