mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #694] [MERGED] [client] feat: ✨ add a link parser for tasks #1075
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/694
Author: @HannesOberreiter
Created: 4/9/2024
Status: ✅ Merged
Merged: 4/10/2024
Merged by: @meltyshev
Base:
master← Head:task-link-parser📝 Commits (3)
f2072acfeat: ✨ add a link parser to tasksf5f7047fix: 🐛 hide non breakable overflowing textbe1afc7fix: Use linkifyjs instead, add noreferrer📊 Changes
6 files changed (+93 additions, -2 deletions)
View changed files
📝
client/package-lock.json(+16 -0)📝
client/package.json(+2 -0)📝
client/src/components/Card/Tasks.jsx(+3 -1)📝
client/src/components/Card/Tasks.module.scss(+2 -0)📝
client/src/components/CardModal/Tasks/Item.jsx(+2 -1)➕
client/src/components/Linkify.jsx(+68 -0)📄 Description
This pull request introduces a new visual render feature aimed at improving the user experience within Planka. Additionally, it includes a small CSS enhancement to refine the appearance of overflowing text in the dashboard view.
Changes Made:
Visual Render Feature:
CSS Enhancement:
Before:
After:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.