[PR #1154] [MERGED] feat: Add CsvViewer #1205

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

📋 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: masterHead: rz/feat/csv-viewer


📝 Commits (5)

  • 780727a Add BASE_URL to docker-compose-dev
  • 4c59615 Uncomment default user in .env
  • 189ea0e Revert env.sample
  • 066460a feat: Add CsvViewer
  • 54dff2c Merge 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/csv mime type

Google Chrome 2025-05-27 13 08 44

🔄 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/1154 **Author:** [@romtsn](https://github.com/romtsn) **Created:** 5/27/2025 **Status:** ✅ Merged **Merged:** 5/27/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `rz/feat/csv-viewer` --- ### 📝 Commits (5) - [`780727a`](https://github.com/plankanban/planka/commit/780727a402f46a31c0aee87de6385d196c741e45) Add BASE_URL to docker-compose-dev - [`4c59615`](https://github.com/plankanban/planka/commit/4c596156113340b6ebe0d3af151bb521173193fd) Uncomment default user in .env - [`189ea0e`](https://github.com/plankanban/planka/commit/189ea0efd55810dabd67e7618e8d5f71d5b6e9d7) Revert env.sample - [`066460a`](https://github.com/plankanban/planka/commit/066460a0a5a18c1f5d87a97a6b1acc2ea48764b3) feat: Add CsvViewer - [`54dff2c`](https://github.com/plankanban/planka/commit/54dff2ce44d304c8e7e2207ee2edc204f8ec3f86) Merge branch 'master' into rz/feat/csv-viewer ### 📊 Changes **5 files changed** (+179 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Add CsvViewer component that handles the `text/csv` mime type <img width="1171" alt="Google Chrome 2025-05-27 13 08 44" src="https://github.com/user-attachments/assets/57401a82-8eee-4a62-bfcd-acfd40657587" /> --- <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:56:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1205