mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 16:33:27 +00:00
FeedTabsHeader now creates actual NIP-50 relay subscriptions when typing in the inline search, matching the full SearchScreen wiring: - Collect debouncedQuery (300ms) from AdvancedSearchBarState - Access searchRelays from LocalRelayCategories - rememberSubscription for people search (MetadataEvent kind 0) - rememberSubscription for note search (SearchFilterFactory filters) - Results flow into SearchResultsList (reused from search/ package) - 10s timeout for silent relays - Subscriptions auto-cleanup on collapse via DisposableEffect Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>