[PR #1555] [MERGED] feat(design): add thumbnails to song list #1770

Closed
opened 2026-02-26 03:32:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1555
Author: @phanan
Created: 10/26/2022
Status: Merged
Merged: 10/26/2022
Merged by: @phanan

Base: masterHead: feat/song-thumb


📝 Commits (1)

  • 9639830 feat(design): add thumbnails to song list

📊 Changes

11 files changed (+211 additions, -114 deletions)

View changed files

📝 resources/assets/js/components/screens/ArtistScreen.vue (+1 -1)
📝 resources/assets/js/components/song/SongCard.spec.ts (+13 -14)
📝 resources/assets/js/components/song/SongCard.vue (+15 -65)
📝 resources/assets/js/components/song/SongList.vue (+10 -6)
📝 resources/assets/js/components/song/SongListItem.vue (+18 -22)
resources/assets/js/components/song/SongThumbnail.spec.ts (+39 -0)
resources/assets/js/components/song/SongThumbnail.vue (+82 -0)
📝 resources/assets/js/components/song/__snapshots__/SongList.spec.ts.snap (+1 -1)
📝 resources/assets/js/components/ui/skeletons/SongListSkeleton.vue (+30 -3)
📝 resources/assets/js/directives/tooltip.ts (+1 -1)
📝 resources/assets/js/types.d.ts (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1555 **Author:** [@phanan](https://github.com/phanan) **Created:** 10/26/2022 **Status:** ✅ Merged **Merged:** 10/26/2022 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `feat/song-thumb` --- ### 📝 Commits (1) - [`9639830`](https://github.com/koel/koel/commit/9639830b59c1034d80061ce6c677037dc6dac459) feat(design): add thumbnails to song list ### 📊 Changes **11 files changed** (+211 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `resources/assets/js/components/screens/ArtistScreen.vue` (+1 -1) 📝 `resources/assets/js/components/song/SongCard.spec.ts` (+13 -14) 📝 `resources/assets/js/components/song/SongCard.vue` (+15 -65) 📝 `resources/assets/js/components/song/SongList.vue` (+10 -6) 📝 `resources/assets/js/components/song/SongListItem.vue` (+18 -22) ➕ `resources/assets/js/components/song/SongThumbnail.spec.ts` (+39 -0) ➕ `resources/assets/js/components/song/SongThumbnail.vue` (+82 -0) 📝 `resources/assets/js/components/song/__snapshots__/SongList.spec.ts.snap` (+1 -1) 📝 `resources/assets/js/components/ui/skeletons/SongListSkeleton.vue` (+30 -3) 📝 `resources/assets/js/directives/tooltip.ts` (+1 -1) 📝 `resources/assets/js/types.d.ts` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1770
No description provided.