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
@@ -223,6 +223,7 @@ export default {
moreActions: null,
moreActions_title: null,
moveCard_title: 'Flyt kort',
moveList_title: null,
myOwn_title: 'Egne',
name: 'Navn',
newEmail: 'Ny e-mail',
@@ -433,6 +434,7 @@ export default {
makeProjectShared_title: 'Del projekt',
move: 'Flyt',
moveCard_title: 'Flyt kort',
moveList_title: null,
remove: 'Fjern',
removeAssignee: 'Fjern ansvarlig',
removeColor: 'Fjern farve',