feat: implement search functionality in connector popup

- Added a search input in the ConnectorDialogHeader to filter active connectors based on user input.
- Enhanced the ActiveConnectorsTab to filter displayed connectors and document types according to the search query.
- Introduced a clear search button for improved user experience when managing connectors.
This commit is contained in:
Anish Sarkar 2026-01-02 01:23:04 +05:30
parent afe4254f74
commit aa96e08231
3 changed files with 35 additions and 5 deletions

View file

@ -292,6 +292,7 @@ export const ConnectorIndicator: FC = () => {
</TabsContent>
<ActiveConnectorsTab
searchQuery={searchQuery}
hasSources={hasSources}
totalSourceCount={totalSourceCount}
activeDocumentTypes={activeDocumentTypes}