feat: Add ability to move lists between boards (#1208)

This commit is contained in:
Symon Baikov
2025-09-04 00:07:10 +02:00
committed by GitHub
parent 5f34a737bb
commit 9683227fbc
58 changed files with 950 additions and 263 deletions
+2
View File
@@ -201,6 +201,7 @@ export default {
moreActions: null,
moreActions_title: null,
moveCard_title: '移動卡片',
moveList_title: null,
myOwn_title: null,
name: '姓名',
newEmail: '新郵箱',
@@ -405,6 +406,7 @@ export default {
makeProjectShared_title: null,
move: '移動',
moveCard_title: '移動卡片',
moveList_title: null,
remove: '刪除',
removeAssignee: null,
removeColor: null,