[PR #1568] [MERGED] feat: lazy load album/artist images #1781

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

📋 Pull Request Information

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

Base: masterHead: feat/lazy-img


📝 Commits (1)

  • d6aa180 feat: lazy load album/artist images

📊 Changes

11 files changed (+70 additions, -41 deletions)

View changed files

📝 resources/assets/js/__tests__/UnitTestCase.ts (+2 -1)
📝 resources/assets/js/app.ts (+2 -1)
📝 resources/assets/js/components/album/AlbumCard.spec.ts (+6 -4)
📝 resources/assets/js/components/album/__snapshots__/AlbumCard.spec.ts.snap (+1 -1)
📝 resources/assets/js/components/artist/ArtistCard.spec.ts (+16 -23)
📝 resources/assets/js/components/artist/__snapshots__/ArtistCard.spec.ts.snap (+1 -1)
📝 resources/assets/js/components/song/SongThumbnail.vue (+13 -1)
📝 resources/assets/js/components/ui/AlbumArtistThumbnail.vue (+14 -7)
📝 resources/assets/js/components/ui/__snapshots__/AlbumArtistThumbnail.spec.ts.snap (+2 -2)
resources/assets/js/directives/hideBrokenIcon.ts (+12 -0)
📝 resources/assets/js/directives/index.ts (+1 -0)

📄 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/1568 **Author:** [@phanan](https://github.com/phanan) **Created:** 10/28/2022 **Status:** ✅ Merged **Merged:** 10/28/2022 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `feat/lazy-img` --- ### 📝 Commits (1) - [`d6aa180`](https://github.com/koel/koel/commit/d6aa1801623458090309e2a4663cde7e1dcc9cfc) feat: lazy load album/artist images ### 📊 Changes **11 files changed** (+70 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `resources/assets/js/__tests__/UnitTestCase.ts` (+2 -1) 📝 `resources/assets/js/app.ts` (+2 -1) 📝 `resources/assets/js/components/album/AlbumCard.spec.ts` (+6 -4) 📝 `resources/assets/js/components/album/__snapshots__/AlbumCard.spec.ts.snap` (+1 -1) 📝 `resources/assets/js/components/artist/ArtistCard.spec.ts` (+16 -23) 📝 `resources/assets/js/components/artist/__snapshots__/ArtistCard.spec.ts.snap` (+1 -1) 📝 `resources/assets/js/components/song/SongThumbnail.vue` (+13 -1) 📝 `resources/assets/js/components/ui/AlbumArtistThumbnail.vue` (+14 -7) 📝 `resources/assets/js/components/ui/__snapshots__/AlbumArtistThumbnail.spec.ts.snap` (+2 -2) ➕ `resources/assets/js/directives/hideBrokenIcon.ts` (+12 -0) 📝 `resources/assets/js/directives/index.ts` (+1 -0) </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:17 +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#1781
No description provided.