Skip to content

Comments

refactor:핀하우스 home 핀하우스 설정 로딩 및 컴포넌트 분리 작업#357

Merged
kyungchan3007 merged 1 commit intodevelopfrom
refactor/#356
Feb 5, 2026
Merged

refactor:핀하우스 home 핀하우스 설정 로딩 및 컴포넌트 분리 작업#357
kyungchan3007 merged 1 commit intodevelopfrom
refactor/#356

Conversation

@kyungchan3007
Copy link
Collaborator

#️⃣ Issue Number

#356



📝 요약(Summary) (선택)

리팩토링 전/후 동작 차이 요약

• 홈 시트 하단 버튼: 이전엔 homeFullSheet.tsx에서 직접 렌더/로직 처리 → 지금은 PinpointSelectedButton로 분리되어 동일 동작을 컴포넌트로 위임.
• 라우팅/시트 닫기: 이전엔 homeFullSheet.tsx에서 useRouter + store 직접 사용 → 지금은 usePinhouseRouter 훅으로 캡슐화되어 동일 동작 유지.
• PinpointRowBox 로딩: 이전엔 로딩 분기 없이 pinpoints 기반 렌더 → 지금은 로딩/데이터 없음일 때 스켈레톤 렌더.
• 검색 카테고리 설정/매핑: 이전엔 hooks.tsx에 상수 정의 → 지금은 model.tsx로 이동되어 import 경로만 변경.



@kyungchan3007 kyungchan3007 self-assigned this Feb 5, 2026
@kyungchan3007 kyungchan3007 added the Refactor 코드 리팩토링 관련 label Feb 5, 2026
@kyungchan3007 kyungchan3007 merged commit a90ba3b into develop Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Refactor 코드 리팩토링 관련

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Refactor] - 핀하우스 home 핀하우스 설정 로딩 및 컴포넌트 분리 작업

1 participant