[PR #307] [MERGED] feat: Prefill label creation with search term #981

Closed
opened 2026-02-04 21:42:04 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/307
Author: @connorlanigan
Created: 10/1/2022
Status: Merged
Merged: 10/3/2022
Merged by: @meltyshev

Base: masterHead: feat/prefill-label-creation


📝 Commits (1)

  • 5b0ea31 feat: Prefill label creation with search term

📊 Changes

2 files changed (+4 additions, -3 deletions)

View changed files

📝 client/src/components/LabelsStep/AddStep.jsx (+3 -2)
📝 client/src/components/LabelsStep/LabelsStep.jsx (+1 -1)

📄 Description

This PR updates the label creation workflow.

When you search for a label name and no matching label exists with that name, you have the option of creating a new label. However, currently you have to enter the label name again. After this change, the label name field is pre-filled with the last value of the search field.

Screen recording


🔄 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/plankanban/planka/pull/307 **Author:** [@connorlanigan](https://github.com/connorlanigan) **Created:** 10/1/2022 **Status:** ✅ Merged **Merged:** 10/3/2022 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `feat/prefill-label-creation` --- ### 📝 Commits (1) - [`5b0ea31`](https://github.com/plankanban/planka/commit/5b0ea31547f26a9327825fccceb78a98dad3c719) feat: Prefill label creation with search term ### 📊 Changes **2 files changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `client/src/components/LabelsStep/AddStep.jsx` (+3 -2) 📝 `client/src/components/LabelsStep/LabelsStep.jsx` (+1 -1) </details> ### 📄 Description This PR updates the label creation workflow. When you search for a label name and no matching label exists with that name, you have the option of creating a new label. However, currently you have to enter the label name again. After this change, the label name field is pre-filled with the last value of the search field. [Screen recording](https://user-images.githubusercontent.com/9086585/193411488-b013d20a-99b3-41da-963c-bca8dfd9ce2f.webm) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:42:04 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#981