mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #2073] [MERGED] feat: use useForm composable for forms #2047
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#2047
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/2073
Author: @phanan
Created: 8/30/2025
Status: ✅ Merged
Merged: 8/30/2025
Merged by: @phanan
Base:
master← Head:use-form📝 Commits (1)
d884f3dfeat: use useForm composable for forms📊 Changes
31 files changed (+578 additions, -672 deletions)
View changed files
📝
app/Http/Controllers/API/ResetPasswordController.php(+5 -1)📝
resources/assets/js/components/album/EditAlbumForm.vue(+14 -35)📝
resources/assets/js/components/auth/ForgotPasswordForm.vue(+17 -18)📝
resources/assets/js/components/auth/LoginForm.vue(+26 -22)📝
resources/assets/js/components/auth/ResetPasswordForm.vue(+20 -20)📝
resources/assets/js/components/koel-plus/ActivateLicenseForm.vue(+13 -16)📝
resources/assets/js/components/playable/EditSongForm.vue(+48 -70)📝
resources/assets/js/components/playable/__snapshots__/EditSongForm.spec.ts.snap(+1 -3)📝
resources/assets/js/components/playlist/CreatePlaylistFolderForm.vue(+12 -23)📝
resources/assets/js/components/playlist/CreatePlaylistForm.vue(+22 -37)📝
resources/assets/js/components/playlist/EditPlaylistFolderForm.vue(+19 -23)📝
resources/assets/js/components/playlist/EditPlaylistForm.vue(+16 -32)📝
resources/assets/js/components/playlist/smart-playlist/CreateSmartPlaylistForm.vue(+28 -38)📝
resources/assets/js/components/playlist/smart-playlist/EditSmartPlaylistForm.vue(+24 -32)📝
resources/assets/js/components/podcast/AddPodcastForm.vue(+18 -26)📝
resources/assets/js/components/profile-preferences/EditableProfileAvatar.vue(+9 -7)📝
resources/assets/js/components/profile-preferences/ProfileForm.vue(+35 -33)📝
resources/assets/js/components/radio/AddRadioStationForm.vue(+28 -44)📝
resources/assets/js/components/radio/EditRadioStationForm.vue(+28 -45)📝
resources/assets/js/components/user/AddUserForm.spec.ts(+8 -3)...and 11 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.