feat(boards): add quick app add menu item (#2681)

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
Thomas Camlong
2025-04-11 20:55:00 +02:00
committed by GitHub
parent 4baec7e3ff
commit 7a3c836a70
6 changed files with 159 additions and 6 deletions

View File

@@ -611,8 +611,18 @@
"action": {
"select": {
"label": "Select app",
"notFound": "No app found"
}
"notFound": "No app found",
"search": "Search for an app",
"noResults": "No results",
"action": "Select {app}",
"title": "Select an app to add to this board"
},
"create": {
"title": "Create new app",
"description": "Create a new app ",
"action": "Open app creation"
},
"add": "Add an app"
}
},
"integration": {