feat: Add ability to link tasks to cards

This commit is contained in:
Maksim Eltyshev
2025-07-11 01:04:02 +02:00
parent 49203e9d56
commit 230f50e3d9
35 changed files with 761 additions and 243 deletions
+2
View File
@@ -206,6 +206,7 @@ export default {
leaveBoard_title: 'Leave Board',
leaveProject_title: 'Leave Project',
limitCardTypesToDefaultOne: 'Limit card types to default one',
linkToCard: 'Link to card',
list: 'List',
listActions_title: 'List Actions',
lists: 'Lists',
@@ -223,6 +224,7 @@ export default {
newVersionAvailable: 'New version available',
newestFirst: 'Newest first',
noBoards: 'No boards',
noCardsFound: 'No cards found.',
noConnectionToServer: 'No connection to server',
noLists: 'No lists',
noProjects: 'No projects',
+2
View File
@@ -201,6 +201,7 @@ export default {
leaveBoard_title: 'Leave Board',
leaveProject_title: 'Leave Project',
limitCardTypesToDefaultOne: 'Limit card types to default one',
linkToCard: 'Link to card',
list: 'List',
listActions_title: 'List Actions',
lists: 'Lists',
@@ -218,6 +219,7 @@ export default {
newVersionAvailable: 'New version available',
newestFirst: 'Newest first',
noBoards: 'No boards',
noCardsFound: 'No cards found.',
noConnectionToServer: 'No connection to server',
noLists: 'No lists',
noProjects: 'No projects',