[PR #1952] [MERGED] feat: redirect after login #1975

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1952
Author: @phanan
Created: 6/14/2025
Status: Merged
Merged: 6/14/2025
Merged by: @phanan

Base: masterHead: redir


📝 Commits (1)

  • cbcbf0c feat: redirect after login

📊 Changes

11 files changed (+145 additions, -55 deletions)

View changed files

📝 resources/assets/js/components/auth/LoginForm.vue (+7 -1)
📝 resources/assets/js/components/utils/GlobalEventListeners.vue (+1 -0)
📝 resources/assets/js/composables/useLocalStorage.ts (+1 -1)
📝 resources/assets/js/router.ts (+1 -1)
📝 resources/assets/js/services/authService.spec.ts (+70 -2)
📝 resources/assets/js/services/authService.ts (+12 -0)
📝 resources/assets/js/services/downloadService.spec.ts (+6 -4)
📝 resources/assets/js/services/http.ts (+10 -8)
📝 resources/assets/js/services/mediaInfoService.spec.ts (+17 -14)
📝 resources/assets/js/stores/songStore.spec.ts (+11 -14)
📝 resources/assets/js/stores/userStore.spec.ts (+9 -10)

📄 Description

…and fixed some tests.


🔄 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/1952 **Author:** [@phanan](https://github.com/phanan) **Created:** 6/14/2025 **Status:** ✅ Merged **Merged:** 6/14/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `redir` --- ### 📝 Commits (1) - [`cbcbf0c`](https://github.com/koel/koel/commit/cbcbf0c7e61aeb8bfdf7213482db222eaff7fc31) feat: redirect after login ### 📊 Changes **11 files changed** (+145 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `resources/assets/js/components/auth/LoginForm.vue` (+7 -1) 📝 `resources/assets/js/components/utils/GlobalEventListeners.vue` (+1 -0) 📝 `resources/assets/js/composables/useLocalStorage.ts` (+1 -1) 📝 `resources/assets/js/router.ts` (+1 -1) 📝 `resources/assets/js/services/authService.spec.ts` (+70 -2) 📝 `resources/assets/js/services/authService.ts` (+12 -0) 📝 `resources/assets/js/services/downloadService.spec.ts` (+6 -4) 📝 `resources/assets/js/services/http.ts` (+10 -8) 📝 `resources/assets/js/services/mediaInfoService.spec.ts` (+17 -14) 📝 `resources/assets/js/stores/songStore.spec.ts` (+11 -14) 📝 `resources/assets/js/stores/userStore.spec.ts` (+9 -10) </details> ### 📄 Description …and fixed some tests. --- <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:55 +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#1975
No description provided.