feat(message-input): add search box to slash-command popups
Both the inline autocomplete (triggered by `/` in the textarea) and the dropdown popup (triggered by the slash-command button) now show a search field at the top. Matching uses substring on name and description, and ranks name matches above description/id-only matches.
This commit is contained in:
@@ -1573,7 +1573,9 @@
|
||||
"forkAndSend": "Fork & Envoyer",
|
||||
"slashCommands": "Commandes slash",
|
||||
"expertSkills": "Compétences d'expert",
|
||||
"expertsEmptyForAgent": "Cet agent n'a aucun expert activé. Activez-les dans Paramètres > Experts."
|
||||
"expertsEmptyForAgent": "Cet agent n'a aucun expert activé. Activez-les dans Paramètres > Experts.",
|
||||
"slashSearchPlaceholder": "Rechercher des commandes...",
|
||||
"slashSearchEmpty": "Aucune commande correspondante"
|
||||
},
|
||||
"messageQueue": {
|
||||
"addToQueue": "Mettre en file",
|
||||
|
||||
Reference in New Issue
Block a user