feat: Add CSV attachment viewer (#1154)

This commit is contained in:
Roman Zavarnitsyn
2025-05-27 14:19:44 +02:00
committed by GitHub
parent 20b5351dfe
commit 42817c5199
5 changed files with 179 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
/*!
* Copyright (c) 2024 PLANKA Software GmbH
* Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md
*/
:global(#app) {
.wrapper {
background: #fff;
border: 0;
display: flex;
flex-direction: column;
height: 100%;
}
}