mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #1162] [MERGED] feat: Add ability to @ mention users in comments #1203
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/1162
Author: @romtsn
Created: 5/30/2025
Status: ✅ Merged
Merged: 5/30/2025
Merged by: @meltyshev
Base:
master← Head:rz/feat/mentions📝 Commits (4)
3f67d9eWIP946dfeahook with backend9a421b0Revert some stuffc299621ref: Refactoring📊 Changes
20 files changed (+357 additions, -42 deletions)
View changed files
📝
client/package-lock.json(+45 -0)📝
client/package.json(+1 -0)📝
client/src/components/comments/Comments/Add.jsx(+68 -21)📝
client/src/components/comments/Comments/Add.module.scss(+28 -12)📝
client/src/components/comments/Comments/Edit.module.scss(+0 -1)📝
client/src/components/notifications/NotificationsStep/Item.jsx(+24 -1)📝
client/src/configs/markdown-plugins/index.js(+2 -0)➕
client/src/configs/markdown-plugins/mention.js(+61 -0)📝
client/src/constants/Enums.js(+1 -0)📝
client/src/locales/en-GB/core.js(+2 -0)📝
client/src/locales/en-US/core.js(+2 -0)📝
client/src/styles.module.scss(+32 -0)➕
client/src/utils/formatters.js(+4 -0)📝
server/api/helpers/comments/create-one.js(+30 -3)📝
server/api/helpers/notifications/create-one.js(+43 -4)📝
server/api/models/Notification.js(+1 -0)📝
server/config/locales/en-GB.json(+2 -0)📝
server/config/locales/en-US.json(+2 -0)📝
server/config/locales/ru-RU.json(+2 -0)➕
server/utils/formatters.js(+7 -0)📄 Description
Partially addresses https://github.com/plankanban/planka/issues/296
https://github.com/user-attachments/assets/0c9148a4-4a65-4bf9-b086-bd949ef1a25d
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.