[PR #1432] [MERGED] Align "Series Name" and "Sequence" inputs on Series Editor modal #3546

Closed
opened 2026-04-25 00:16:05 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/1432
Author: @jmt-gh
Created: 1/23/2023
Status: Merged
Merged: 1/24/2023
Merged by: @advplyr

Base: masterHead: issue_1410


📝 Commits (1)

  • 2777b49 change the label to be a label instead of a p

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 client/components/ui/InputDropdown.vue (+1 -1)

📄 Description

This PR resolves #1410. We were using a <p> instead of a <label> on InputDropdown. Label makes more sense here, as it's inline with the way you would typically add a label to an input component.

Before
image

After
image


🔄 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/advplyr/audiobookshelf/pull/1432 **Author:** [@jmt-gh](https://github.com/jmt-gh) **Created:** 1/23/2023 **Status:** ✅ Merged **Merged:** 1/24/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `issue_1410` --- ### 📝 Commits (1) - [`2777b49`](https://github.com/advplyr/audiobookshelf/commit/2777b496ad64065f38f418a0a14f84e2805ce379) change the label to be a label instead of a p ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/components/ui/InputDropdown.vue` (+1 -1) </details> ### 📄 Description This PR resolves #1410. We were using a `<p>` instead of a `<label>` on `InputDropdown`. Label makes more sense here, as it's inline with the way you would typically add a label to an input component. **Before** ![image](https://user-images.githubusercontent.com/13617455/213967514-60e3ae17-1348-4b86-8856-af35119a23c6.png) **After** ![image](https://user-images.githubusercontent.com/13617455/213967495-83d93cb5-c101-4224-9288-cac11190d258.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:16:05 +02:00
adam closed this issue 2026-04-25 00:16:05 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3546