wekan.github.io to wekan.fi, and blog.wekan.team to wekan.fi/blog

This commit is contained in:
Lauri Ojansivu 2025-06-28 14:08:57 +03:00
parent c5e5bb613e
commit 89480b61ce
59 changed files with 134 additions and 134 deletions

View file

@ -5,8 +5,8 @@ Right to click your username / All Boards / Add Board / Import / From CSV/TSV
[CSV import was added at PR 3081](https://github.com/wekan/wekan/pull/3081)
Here's a copy of the CSV and TSV to test out the functionality:
- [board-import.csv](https://wekan.github.io/csv/board-import.csv)
- [board-import.tsv](https://wekan.github.io/csv/board-import.tsv)
- [board-import.csv](https://wekan.fi/csv/board-import.csv)
- [board-import.tsv](https://wekan.fi/csv/board-import.tsv)
Frontend:
- [Import CSV code](https://github.com/wekan/wekan/tree/main/client/components/import)