[PR #924] [MERGED] Feat/comment action optimization #1144

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

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/924
Author: @sedationh
Created: 10/27/2024
Status: Merged
Merged: 10/27/2024
Merged by: @meltyshev

Base: masterHead: feat/comment-action-optimization


📝 Commits (2)

  • 85f8c52 feat: Refactor CommentEdit component to use separate props for text and actions
  • df66c1a feat: Reorder comment components and improve layout for better readability

📊 Changes

3 files changed (+53 additions, -34 deletions)

View changed files

📝 client/src/components/CardModal/Activities/CommentEdit.jsx (+9 -3)
📝 client/src/components/CardModal/Activities/ItemComment.jsx (+38 -31)
📝 client/src/components/CardModal/Activities/ItemComment.module.scss (+6 -0)

📄 Description

It works for me

https://github.com/user-attachments/assets/f07bccb5-6679-4ed5-bdb5-81587bf727ad

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/plankanban/planka/pull/924 **Author:** [@sedationh](https://github.com/sedationh) **Created:** 10/27/2024 **Status:** ✅ Merged **Merged:** 10/27/2024 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `feat/comment-action-optimization` --- ### 📝 Commits (2) - [`85f8c52`](https://github.com/plankanban/planka/commit/85f8c52f0405c9c3a7a527438450d6620899faa3) feat: Refactor CommentEdit component to use separate props for text and actions - [`df66c1a`](https://github.com/plankanban/planka/commit/df66c1a1091dccfa3946995981a22c0920415034) feat: Reorder comment components and improve layout for better readability ### 📊 Changes **3 files changed** (+53 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `client/src/components/CardModal/Activities/CommentEdit.jsx` (+9 -3) 📝 `client/src/components/CardModal/Activities/ItemComment.jsx` (+38 -31) 📝 `client/src/components/CardModal/Activities/ItemComment.module.scss` (+6 -0) </details> ### 📄 Description It works for me https://github.com/user-attachments/assets/f07bccb5-6679-4ed5-bdb5-81587bf727ad <img width="965" alt="image" src="https://github.com/user-attachments/assets/415f11ad-5383-420f-bb76-3ccdf9c70577"> --- <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:53:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1144