-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: 필터링 로직 구현 * feat: getFilterList 함수 가져옴 * feat: 바텀시트 외부 클릭시 상태 저장 안하도록 로직 변경 * feat: userData 받아와서 default 카테고리 설정하기 임시 로직 * feat: 검색 디폴트 필터링 구현 * feat: 필터링 로직 변경 * feat: 필터링 로직 변경 * feat: placeCard 누르면 이동 * feat: 하트 버튼 disabled * fix: PlaceCard contentid 옵셔널 제거 * feat: placecard 주소 말줄임표 처리 * feat: 장소 리스트 컨테이너 마진 바텀 주기 * fix: padding으로 변경 * feat: 디폴트 카테고리 로직 * fix: debounce 시간 축소
- Loading branch information
Showing
14 changed files
with
281 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import client from '.'; | ||
|
||
export const getUserInfoSearchPage = async () => { | ||
const { data } = await client.get(`/search`); | ||
return data; | ||
}; |
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
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.