feat(search-box): enhance marketplace search box with new triggers and conditional rendering

This commit is contained in:
twwu
2025-08-29 14:45:04 +08:00
parent d0dd728e6c
commit 1c8190f142
10 changed files with 242 additions and 143 deletions

View File

@ -131,7 +131,6 @@ const ToolPicker: FC<Props> = ({
onSearchChange={setQuery}
tags={tags}
onTagsChange={setTags}
size='small'
placeholder={t('plugin.searchTools')!}
inputClassName='w-full'
/>