feat: add search to base integrations, filter active connections by search, update subtitles

This commit is contained in:
Ramesh Mane
2026-04-10 09:37:39 +00:00
parent 4f60534dde
commit a00fd60d81
5 changed files with 112 additions and 52 deletions

View File

@@ -348,7 +348,7 @@ const customRow = (record: Record<string, any>) => ({
<a-input
v-model:value="searchQuery"
type="text"
class="nc-search-integration-input nc-input-sm flex-1"
class="nc-search-integration-input !rounded-lg !py-2 !h-9 flex-1"
:placeholder="`${$t('general.search')} ${$t('general.connections').toLowerCase()}`"
allow-clear
@input="handleSearchConnection"