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
@@ -217,6 +217,7 @@ export default {
moreActions: 'More actions',
moreActions_title: 'More Actions',
moveCard_title: 'Move Card',
moveList_title: 'Move List',
myOwn_title: 'My Own',
name: 'Name',
newEmail: 'New e-mail',
@@ -427,6 +428,7 @@ export default {
makeProjectShared_title: 'Make Project Shared',
move: 'Move',
moveCard_title: 'Move Card',
moveList_title: 'Move List',
remove: 'Remove',
removeAssignee: 'Remove assignee',
removeColor: 'Remove color',