feat(board): add mobile home board (#1910)

* feat(board): add mobile home board

* fix: add missing translations

* fix: mysql key reference with other datatype

* fix: format issue

* fix: missing trpc context arguments in tests

* fix: missing trpc context arguments in tests
This commit is contained in:
Meier Lukas
2025-01-14 19:54:55 +01:00
committed by GitHub
parent ec3bda34e0
commit e01d74f4f8
32 changed files with 3634 additions and 90 deletions

View File

@@ -2153,6 +2153,13 @@
"tooltip": "This board will show as your home board"
}
},
"setMobileHomeBoard": {
"label": "Set as your mobile board",
"badge": {
"label": "Mobile",
"tooltip": "This board will show as your mobile board"
}
},
"duplicate": {
"label": "Duplicate board"
},
@@ -2189,7 +2196,13 @@
"title": "General",
"item": {
"language": "Language & Region",
"board": "Home board",
"board": {
"title": "Home board",
"type": {
"general": "General",
"mobile": "Mobile"
}
},
"defaultSearchEngine": "Default search engine",
"firstDayOfWeek": "First day of the week",
"accessibility": "Accessibility"
@@ -2349,6 +2362,7 @@
"title": "Boards",
"homeBoard": {
"label": "Global home board",
"mobileLabel": "Global mobile board",
"description": "Only public boards are available for selection"
}
},
@@ -2738,6 +2752,9 @@
"homeBoard": {
"label": "Set as home board"
},
"mobileBoard": {
"label": "Set as mobile board"
},
"settings": {
"label": "Open settings"
}