mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[PR #1595] [MERGED] feat: use composables for DialogBox, MessageToast, and Router #1799
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#1799
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/1595
Author: @phanan
Created: 11/18/2022
Status: ✅ Merged
Merged: 11/18/2022
Merged by: @phanan
Base:
master← Head:feat/dialog-toast-comp📝 Commits (4)
246fff5feat: use composables for DialogBox and MessageToastbc5081cfeat: use composables for Router7583229feat: merge useScreen into useRouterc68b318fix: broken tests📊 Changes
59 files changed (+373 additions, -380 deletions)
View changed files
📝
resources/assets/js/App.vue(+5 -6)📝
resources/assets/js/components/album/AlbumCard.vue(+4 -7)📝
resources/assets/js/components/album/AlbumContextMenu.vue(+7 -8)📝
resources/assets/js/components/album/AlbumInfo.vue(+5 -8)📝
resources/assets/js/components/artist/ArtistCard.vue(+4 -6)📝
resources/assets/js/components/artist/ArtistContextMenu.vue(+6 -7)📝
resources/assets/js/components/artist/ArtistInfo.vue(+3 -6)📝
resources/assets/js/components/layout/main-wrapper/MainContent.vue(+5 -5)📝
resources/assets/js/components/layout/main-wrapper/Sidebar.vue(+4 -6)📝
resources/assets/js/components/playlist/CreatePlaylistFolderForm.vue(+7 -7)📝
resources/assets/js/components/playlist/CreatePlaylistForm.vue(+9 -9)📝
resources/assets/js/components/playlist/EditPlaylistFolderForm.vue(+7 -6)📝
resources/assets/js/components/playlist/EditPlaylistForm.vue(+7 -6)📝
resources/assets/js/components/playlist/PlaylistFolderContextMenu.vue(+5 -7)📝
resources/assets/js/components/playlist/PlaylistSidebarItem.vue(+4 -5)📝
resources/assets/js/components/playlist/PlaylistSidebarList.vue(+1 -4)📝
resources/assets/js/components/playlist/smart-playlist/CreateSmartPlaylistForm.vue(+10 -10)📝
resources/assets/js/components/playlist/smart-playlist/EditSmartPlaylistForm.vue(+7 -7)📝
resources/assets/js/components/profile-preferences/ProfileForm.vue(+10 -9)📝
resources/assets/js/components/screens/AlbumListScreen.vue(+2 -2)...and 39 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.