mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #1456] [CLOSED] Feat/import focalboard #1305
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/1456
Author: @ananastii
Created: 12/18/2025
Status: ❌ Closed
Base:
master← Head:feat/import-focalboard📝 Commits (2)
3813454feat: Add button for import from Focalboardd4eb143feat: Dasic import from focalboard📊 Changes
8 files changed (+448 additions, -1 deletions)
View changed files
📝
client/src/components/boards/AddBoardStep/AddBoardStep.jsx(+8 -1)📝
client/src/components/boards/AddBoardStep/ImportStep.jsx(+3 -0)📝
client/src/locales/en-US/core.js(+1 -0)📝
server/api/controllers/boards/create.js(+9 -0)📝
server/api/helpers/boards/create-one.js(+4 -0)➕
server/api/helpers/boards/import-from-focalboard.js(+270 -0)➕
server/api/helpers/boards/process-uploaded-focalboard-import-file.js(+152 -0)📝
server/api/models/Board.js(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.