feat(explore): 검색/필터 연동, editorial preview, scroll 성능 개선 (#61)#76
Merged
Conversation
…erf (#61) ## Search & Filter - Inline search bar with Meilisearch API integration - Autocomplete suggestions (popular/recent searches) - Server-side sort (relevant/recent/popular/solution_count) and context filter - Client-side artist multi-select badges from search facets - Search infinite scroll pagination via useInfiniteQuery - /search page redirects to /explore?q= ## Explore UI - Replace dropdown filters with compact filter bar - Remove ExploreFilterBar, ExploreFilterSheet, hierarchicalFilterStore, mockFilterData - FilterChip component with active/inactive variants and counts - Search result highlight with artist name overlay on cards ## Detail Modal - Explore-preview variant for ImageDetailContent - EditorialPreviewHeader with description and "전체 보기" navigation - Compact MagazineItemsSection for preview mode - DecodeShowcase adapter with TDD ## Performance - IntersectionObserver replaces ScrollTrigger in compact mode - Throttled activeIndex updates with rAF - Deferred ScrollTrigger init for modal animation - ActiveSpotStore (Zustand) for zero-render spot highlighting ## Other - Fix ASCII logo right-shift clipping - Supabase fallback for posts/search API routes - Fix explore_posts view type with as-any cast Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Search & Filter
/search→/explore?q=redirectExplore UI
Detail Modal
Performance
Test plan
/explore접속 → 검색 바 + Sort 드롭다운 표시/search?q=lisa→/explore?q=lisaredirectbun run build)Closes #61
🤖 Generated with Claude Code