[PR #457] [MERGED] Feat: add edit icon to project tab component #1018

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

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/457
Author: @MikeJeffers
Created: 6/7/2023
Status: Merged
Merged: 7/9/2023
Merged by: @meltyshev

Base: masterHead: feat/450


📝 Commits (4)

  • fcbe0d6 feat: add edit icon to project tab, closes #450
  • be50ff9 fix: only show edit button if user can edit
  • 0b5f6c5 fix: remove hover from menu item
  • 3b518e1 fix: Style fixes

📊 Changes

2 files changed (+30 additions, -9 deletions)

View changed files

📝 client/src/components/Header/Header.jsx (+10 -9)
📝 client/src/components/Header/Header.module.scss (+20 -0)

📄 Description

Closes #450

Adds the "edit" icon to the project header tab to be a more intuitive target for opening the project-edit-modal.


🔄 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/457 **Author:** [@MikeJeffers](https://github.com/MikeJeffers) **Created:** 6/7/2023 **Status:** ✅ Merged **Merged:** 7/9/2023 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `feat/450` --- ### 📝 Commits (4) - [`fcbe0d6`](https://github.com/plankanban/planka/commit/fcbe0d61d43bddf45d2f102808d01398db59cc77) feat: add edit icon to project tab, closes #450 - [`be50ff9`](https://github.com/plankanban/planka/commit/be50ff97d950743361775875d9c6171dcd55e2d6) fix: only show edit button if user can edit - [`0b5f6c5`](https://github.com/plankanban/planka/commit/0b5f6c5e30660e5d8ef29e79c02c347157e74252) fix: remove hover from menu item - [`3b518e1`](https://github.com/plankanban/planka/commit/3b518e11463099c1c632a9ba24f08dce0dfec7a4) fix: Style fixes ### 📊 Changes **2 files changed** (+30 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `client/src/components/Header/Header.jsx` (+10 -9) 📝 `client/src/components/Header/Header.module.scss` (+20 -0) </details> ### 📄 Description Closes #450 Adds the "edit" icon to the project header tab to be a more intuitive target for opening the project-edit-modal. --- <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:44:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1018