Skip to content

[DEV] 매거진 검색 API 기능 연결#133

Merged
drddyn merged 4 commits into
developfrom
dev/search-api
May 17, 2026
Merged

[DEV] 매거진 검색 API 기능 연결#133
drddyn merged 4 commits into
developfrom
dev/search-api

Conversation

@drddyn

@drddyn drddyn commented May 12, 2026

Copy link
Copy Markdown
Owner

🔗 관련 이슈

close #132

✨ 요약

검색 API 두개를 연결했습니다

📝 작업 내용

  • 매거진 피드 검색 API 연결
  • 저장한 매거진 검색 API 연결
  • 매거진 피드 스타일링 수정

@drddyn drddyn self-assigned this May 12, 2026
@vercel

vercel Bot commented May 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mine Ready Ready Preview, Comment May 17, 2026 0:56am

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request implements search functionality for the magazine feed and liked magazines by adding new API endpoints, infinite query hooks, and updating the Explore and Saved Magazine pages. The reviewer identified several issues, including an incorrect API endpoint for feed searches, a conflicting query key in the search hook, and incorrect loading state logic in the UI components. Suggestions were also made to properly handle search loading states in the Saved Magazine page and to remove commented-out code for better maintainability.

Comment thread Mine/src/api/magazine.ts
Comment thread Mine/src/hooks/useGetSearchMagazineFeed.ts
Comment thread Mine/src/pages/magazine/ExplorePage.tsx
Comment thread Mine/src/pages/magazine/SavedMagazinePage.tsx
Comment thread Mine/src/pages/magazine/ExplorePage.tsx
@drddyn drddyn merged commit a32034d into develop May 17, 2026
3 checks passed
@drddyn drddyn deleted the dev/search-api branch May 17, 2026 15:10
@drddyn drddyn restored the dev/search-api branch May 17, 2026 15:15
@drddyn drddyn deleted the dev/search-api branch May 17, 2026 15:15
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.

[DEV] 검색 API 연결

1 participant