mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #1154] [MERGED] feat: Add CsvViewer #1205
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/1154
Author: @romtsn
Created: 5/27/2025
Status: ✅ Merged
Merged: 5/27/2025
Merged by: @meltyshev
Base:
master← Head:rz/feat/csv-viewer📝 Commits (5)
780727aAdd BASE_URL to docker-compose-dev4c59615Uncomment default user in .env189ea0eRevert env.sample066460afeat: Add CsvViewer54dff2cMerge branch 'master' into rz/feat/csv-viewer📊 Changes
5 files changed (+179 additions, -3 deletions)
View changed files
📝
client/package-lock.json(+18 -3)📝
client/package.json(+2 -0)➕
client/src/components/attachments/Attachments/CsvViewer.jsx(+135 -0)➕
client/src/components/attachments/Attachments/CsvViewer.module.scss(+14 -0)📝
client/src/components/attachments/Attachments/Item.jsx(+10 -0)📄 Description
Add CsvViewer component that handles the
text/csvmime type🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.