refatctor:핀포인트 home 화면 리펙토링 및 핀포인트 설정시 재조회 로직 리펙토링#370
Merged
kyungchan3007 merged 1 commit intodevelopfrom Feb 7, 2026
Merged
Conversation
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.
#️⃣ Issue Number
#369
📝 요약(Summary) (선택)
• 핀포인트 조회 키를 통일해서 추가 후 갱신이 정상 동작하도록 했음.
• 핀포인트 추가 훅에 캐시 무효화를 넣어 리스트 갱신 흐름을 명확히 했음.
• 홈 시트 상태/라우팅 로직을 훅으로 분리해 UI 컴포넌트를 단순화했음.
• 버튼 컴포넌트에 저장 액션을 주입해 역할 분리를 강화했음.
• 홈 헤더/퀵스탯의 라우팅·상태 로직을 전용 훅으로 분리해 재사용성과 테스트 용이성을 높였음.
• 불필요한 상태 사용 제거로 렌더 경로를 정리했음.