Skip to content

Conversation

@daniviber
Copy link
Contributor

fix broken search bar in Sources

daniviber and others added 2 commits November 29, 2025 15:33
…search behavior

Replace standard Input component with Search component in UpstreamRegistryBrowser
to provide consistent search behavior with MCPServerBrowser. This allows users to
type continuously without losing focus.

Changes:
- Import Search component from @/components/ui/search
- Rename Search icon to SearchIcon to avoid naming conflict
- Replace Input with Search component (lines 161-167)
- Remove manual search icon wrapper div
- Add comprehensive unit tests (17 test cases)

Fixes #130

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Add search state management using useState
- Implement case-insensitive search filtering for name and description
- Wire up search state to SourceTable component
- Add 10 comprehensive unit tests for search functionality
- Search integrates with existing filters using AND logic

Closes #133

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants