[PR #2145] [MERGED] chore(ui): add input border #2106

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/2145
Author: @phanan
Created: 10/22/2025
Status: Merged
Merged: 10/22/2025
Merged by: @phanan

Base: masterHead: input-border


📝 Commits (1)

  • d8d65f0 chore(ui): add input border

📊 Changes

9 files changed (+34 additions, -31 deletions)

View changed files

📝 resources/assets/js/components/auth/__snapshots__/LoginForm.spec.ts.snap (+2 -2)
📝 resources/assets/js/components/playable/__snapshots__/EditSongForm.spec.ts.snap (+16 -16)
📝 resources/assets/js/components/profile-preferences/QRLogin.vue (+1 -1)
📝 resources/assets/js/components/profile-preferences/__snapshots__/QRLogin.spec.ts.snap (+5 -1)
📝 resources/assets/js/components/ui/ListFilter.vue (+4 -5)
📝 resources/assets/js/components/ui/SearchForm.vue (+3 -3)
📝 resources/assets/js/components/ui/form/SelectBox.vue (+1 -1)
📝 resources/assets/js/components/ui/form/TextArea.vue (+1 -1)
📝 resources/assets/js/components/ui/form/TextInput.vue (+1 -1)

📄 Description

Description

Add borders to input, textarea, and select elements.

Motivation

To improve UX.

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/2145 **Author:** [@phanan](https://github.com/phanan) **Created:** 10/22/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `input-border` --- ### 📝 Commits (1) - [`d8d65f0`](https://github.com/koel/koel/commit/d8d65f078ed31e52a0315100bc51a7fd950ea2d5) chore(ui): add input border ### 📊 Changes **9 files changed** (+34 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `resources/assets/js/components/auth/__snapshots__/LoginForm.spec.ts.snap` (+2 -2) 📝 `resources/assets/js/components/playable/__snapshots__/EditSongForm.spec.ts.snap` (+16 -16) 📝 `resources/assets/js/components/profile-preferences/QRLogin.vue` (+1 -1) 📝 `resources/assets/js/components/profile-preferences/__snapshots__/QRLogin.spec.ts.snap` (+5 -1) 📝 `resources/assets/js/components/ui/ListFilter.vue` (+4 -5) 📝 `resources/assets/js/components/ui/SearchForm.vue` (+3 -3) 📝 `resources/assets/js/components/ui/form/SelectBox.vue` (+1 -1) 📝 `resources/assets/js/components/ui/form/TextArea.vue` (+1 -1) 📝 `resources/assets/js/components/ui/form/TextInput.vue` (+1 -1) </details> ### 📄 Description <!-- Thank you for contributing to Koel! Please provide a clear description of your changes below. --> ## Description Add borders to input, textarea, and select elements. ## Motivation To improve UX. ## 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#2106
No description provided.