mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[PR #457] [MERGED] Feat: add edit icon to project tab component #1018
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feat/450📝 Commits (4)
fcbe0d6feat: add edit icon to project tab, closes #450be50ff9fix: only show edit button if user can edit0b5f6c5fix: remove hover from menu item3b518e1fix: 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.