mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-30 11:26:24 +02:00
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:
parent
afe4254f74
commit
aa96e08231
3 changed files with 35 additions and 5 deletions
|
|
@ -292,6 +292,7 @@ export const ConnectorIndicator: FC = () => {
|
|||
</TabsContent>
|
||||
|
||||
<ActiveConnectorsTab
|
||||
searchQuery={searchQuery}
|
||||
hasSources={hasSources}
|
||||
totalSourceCount={totalSourceCount}
|
||||
activeDocumentTypes={activeDocumentTypes}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue