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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user