mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[PR #1208] [MERGED] Move List Between Boards: Instant UI, and Locale Updates #1233
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/1208
Author: @symonbaikov
Created: 6/11/2025
Status: ✅ Merged
Merged: 9/4/2025
Merged by: @meltyshev
Base:
master← Head:feat/move-list-to-board📝 Commits (6)
18c7ff0Add Serbian (Latin, sr-Latn-RS) localization for markdown editor and update core.js9c08ce5feat: Implemented moving a list between boards with instant UI update. Fixed authorization for socket requests (automatic token injection). After moving a list, user is automatically switched to the target board. Added translations for the new move list action to all locale files.869d9c1feat: fully rework 'move list to board' feature to match review requirements0833458feat: Rework9da47abMerge branch 'master' into pr/1208ad1db4fchore: Cleanup📊 Changes
58 files changed (+947 additions, -260 deletions)
View changed files
📝
client/src/actions/lists.js(+25 -1)📝
client/src/components/lists/List/ActionsStep.jsx(+14 -0)➕
client/src/components/lists/List/MoveStep.jsx(+133 -0)➕
client/src/components/lists/List/MoveStep.module.scss(+17 -0)📝
client/src/constants/EntryActionTypes.js(+1 -0)📝
client/src/entry-actions/lists.js(+10 -0)📝
client/src/locales/ar-YE/core.js(+2 -0)📝
client/src/locales/bg-BG/core.js(+2 -0)📝
client/src/locales/cs-CZ/core.js(+2 -0)📝
client/src/locales/da-DK/core.js(+2 -0)📝
client/src/locales/de-DE/core.js(+2 -0)📝
client/src/locales/el-GR/core.js(+2 -0)📝
client/src/locales/en-GB/core.js(+2 -0)📝
client/src/locales/en-US/core.js(+2 -0)📝
client/src/locales/es-ES/core.js(+2 -0)📝
client/src/locales/et-EE/core.js(+2 -0)📝
client/src/locales/fa-IR/core.js(+2 -0)📝
client/src/locales/fi-FI/core.js(+2 -0)📝
client/src/locales/fr-FR/core.js(+2 -0)📝
client/src/locales/hu-HU/core.js(+2 -0)...and 38 more files
📄 Description
This PR implements the long-awaited feature: moving a list between boards in Planka, along with a set of localization improvements.
Key Features & Changes
Authorization Fixes
Localization
Additional Notes
This PR brings Planka closer to feature parity with leading kanban tools and significantly improves the user experience when organizing boards and lists.
Closes #1179
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.