-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix: Flex 컴포넌트를 상속받는 로컬 스타일드 컴포넌트 타입 오류 해결 Flex를 상속받은 로컬 스타일드 컴포넌트에 특정 제네릭 prop을 추가하면 Box 컴포넌트까지 타입 검사가 내려간다. 이로 인해 Box 컴포넌트에 Flex 컴포넌트 인터페이스를 찾는 타입 오류가 생겨 이 문제를 Flex와 Box간 상속관계를 끊음으로 해결한다. * refactor: map 인스턴스 전역상태 분리로 각종 hook 리팩토링 * refactor: 지도 타입 추가 * chore: eslint 설정 변경 * refactor: map type 추가 * refactor: mapInstance interface 명 수정 * refactor: 핀 svg 사이즈 일괄 60px로 지정 * refactor: 클러스터 적용으로 인한 map 인터렉션 로직 수정 * fix: drag 디바운스 적용 및 pin 정보 가져오는 로직 오류 수정 * refactor: pinSize 상수화 및 일부 파일 개행 수정 * fix: off 함수 타입 추가 및 클러스터링 중복 요청 오류 해결 * refactor: screen size 에 해당하는 marker만 그리는 로직 이동 * refactor: event 타입 변경 및 sidebar 전역 상태 제거 zoom 일 경우에만 실제 서버에 클러스터 핀 갱신 요청을 보내고 dragEnd 상태에서는 보내지 않도록 한다. sidebarMarkers 는 잠시 사용을 보류한다. * refactor: map 및 markers 의존성 제거 * design: 클러스터된 핀 디자인 변경 * fix: map 드래그 경우 클로저 문제로 인한 핀 갱신 오류 수정 * refactor: 최고 줌인 상태에서 클러스터 핀 상태일 때 infoWindow에 모두 표시하도록 변경 * refactor: 불필요한 import 제거 * refactor: mock 데이터에서 실제 서버 요청으로 변경 * refactor: UI 변경사항 대응
- Loading branch information
1 parent
da2c754
commit 206fd06
Showing
14 changed files
with
380 additions
and
108 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.