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": "포크 & 전송",
|
||||
"slashCommands": "슬래시 명령",
|
||||
"expertSkills": "전문가 스킬",
|
||||
"expertsEmptyForAgent": "이 에이전트에 활성화된 전문가가 없습니다. 설정 > 전문가에서 활성화하세요."
|
||||
"expertsEmptyForAgent": "이 에이전트에 활성화된 전문가가 없습니다. 설정 > 전문가에서 활성화하세요.",
|
||||
"slashSearchPlaceholder": "명령 검색...",
|
||||
"slashSearchEmpty": "일치하는 명령이 없습니다"
|
||||
},
|
||||
"messageQueue": {
|
||||
"addToQueue": "대기열에 추가",
|
||||
|
||||
Reference in New Issue
Block a user