[PR #2147] [MERGED] fix: a couple of minor mobile issues #2107

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/2147
Author: @phanan
Created: 10/23/2025
Status: Merged
Merged: 10/23/2025
Merged by: @phanan

Base: masterHead: mobile-fixes


📝 Commits (1)

  • 81aab91 fix: a couple of minor mobile issues

📊 Changes

13 files changed (+34 additions, -28 deletions)

View changed files

📝 resources/assets/css/app.pcss (+1 -1)
📝 resources/assets/css/partials/shared.pcss (+1 -1)
📝 resources/assets/js/components/layout/app-footer/UpNext.vue (+1 -1)
📝 resources/assets/js/components/layout/main-wrapper/sidebar/SidebarItem.vue (+9 -2)
📝 resources/assets/js/components/playable/playable-list/PlayableListSkeleton.vue (+14 -14)
📝 resources/assets/js/components/playlist/PlaylistCollaboratorListItem.vue (+1 -1)
📝 resources/assets/js/components/radio/RadioStationCard.vue (+1 -1)
📝 resources/assets/js/components/radio/RadioStationCardSkeleton.vue (+1 -1)
📝 resources/assets/js/components/screens/PodcastScreen.vue (+1 -1)
📝 resources/assets/js/components/ui/album-artist/AlbumOrArtistCard.vue (+1 -1)
📝 resources/assets/js/components/ui/album-artist/ArtistAlbumCardSkeleton.vue (+1 -1)
📝 resources/assets/js/components/user/UserCard.vue (+2 -2)
📝 tailwind.config.js (+0 -1)

📄 Description

Description

Fixed a couple of small issues that occurred only on mobile:

  • Background image and color not applied
  • Tapping a playlist folder closes the sidebar
  • Song list skeleton loses styles

This could totally have been 3 different PRs but whatever.

Motivation

Screenshots (if applicable)

Checklist

  • I've tested my changes thoroughly and added tests where applicable
  • I've updated relevant documentation (if any)
  • My code follows the project's conventions

🔄 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/2147 **Author:** [@phanan](https://github.com/phanan) **Created:** 10/23/2025 **Status:** ✅ Merged **Merged:** 10/23/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `mobile-fixes` --- ### 📝 Commits (1) - [`81aab91`](https://github.com/koel/koel/commit/81aab915b392e1bb81f4e7cbc1e86d4587fb82ea) fix: a couple of minor mobile issues ### 📊 Changes **13 files changed** (+34 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `resources/assets/css/app.pcss` (+1 -1) 📝 `resources/assets/css/partials/shared.pcss` (+1 -1) 📝 `resources/assets/js/components/layout/app-footer/UpNext.vue` (+1 -1) 📝 `resources/assets/js/components/layout/main-wrapper/sidebar/SidebarItem.vue` (+9 -2) 📝 `resources/assets/js/components/playable/playable-list/PlayableListSkeleton.vue` (+14 -14) 📝 `resources/assets/js/components/playlist/PlaylistCollaboratorListItem.vue` (+1 -1) 📝 `resources/assets/js/components/radio/RadioStationCard.vue` (+1 -1) 📝 `resources/assets/js/components/radio/RadioStationCardSkeleton.vue` (+1 -1) 📝 `resources/assets/js/components/screens/PodcastScreen.vue` (+1 -1) 📝 `resources/assets/js/components/ui/album-artist/AlbumOrArtistCard.vue` (+1 -1) 📝 `resources/assets/js/components/ui/album-artist/ArtistAlbumCardSkeleton.vue` (+1 -1) 📝 `resources/assets/js/components/user/UserCard.vue` (+2 -2) 📝 `tailwind.config.js` (+0 -1) </details> ### 📄 Description <!-- Thank you for contributing to Koel! Please provide a clear description of your changes below. --> ## Description Fixed a couple of small issues that occurred only on mobile: - Background image and color not applied - Tapping a playlist folder closes the sidebar - Song list skeleton loses styles This could totally have been 3 different PRs but whatever. ## Motivation <!-- Explain why this change is necessary, e.g., if targeting an existing issue, link to it. --> ## Screenshots (if applicable) ## Checklist - [x] I've tested my changes thoroughly and added tests where applicable - [x] I've updated relevant documentation (if any) - [x] My code follows the project's conventions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33: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#2107
No description provided.