-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: PetCard -> PetPlantCard 네이밍 변경 * chore: calendar URL 삭제 * chore: 모두의 정원 등록 페이지 URL 추가 * style: 간략화 및 옵션 정렬 변경 * chore: manageLevel 정보없음 포함 * feat: PageDataResponse 추가 및 api.ts로 파일 이름 변경 * chore: 이름 변경내용 적용 * chore: 사용하지 않는 타입 제거 * refactor: PageDataResponse 적용 * design: 날짜 너비 max-content 적용 * design: content 위치 수정 * chore: Image 컴포넌트 적용 * chore: z-index 제거 * feat: 모두의 정원 게시글 데이터 만드는 함수 추가 * feat: 모두의 정원 게시글 모의 API 구현 * feat: 모두의 정원 게시글 API 추가 * chore: 쿼리 key에 파라미터 활용 * design: DaySince, PostingDate에 grayDark적용 * chore: garden 라우팅 추가 * refactor: 길이를 받도록 변경 * refactor: onResultClick에서 id만 보내지 않고 id, name, img 보내도록 확장 * refactor: onResultClick 변경내용 적용 * feat: 검색 결과 리스트를 모달로 변경 * feat: 모두의 정원 게시글 데이터를 페이징으로 받는 커스텀 훅 구현 - useSuspenseInfiniteQuery 적용 * feat: 모두의 정원 페이지 구현 - 헤더에서 사전 식물 필터링 가능 - 무한스크롤로 다음 페이지 렌더링 * chore: Sensor width 제거 * feat: 모두의 정원 게시글 스켈레톤 구현 * feat: 다음 페이지 로딩시 스켈레톤 적용 및 마지막 페이지 표현 * refactor: Suspense 대신 로딩 상태로 스켈레톤 보여주도록 변경 * design: 정원 이름 폰트 크기 늘림 * chore: 페이지에서만 사용하는 파일, 컴포넌트 이동 * refactor: 모두의 정원 헤더 추출 * fix: 모달이 열렸을 때 z-index를 올려서 컨트롤 할 수 있도록 수정 * chore: 주석 제거 * feat: z-index에 dropdownBackdrop추가 및 적용 * chore: transient props 적용 * chore: Skeleton에 ket 적용 * chore: 이벤트 핸들링에 모달 닫기 추가 * chore: 컴포넌트 폴더 밖으로 이동 * fix: 입력값이 없을 때, 포커스해도 결과창이 열리지 않음 * chore: lazy loading 적용 * chore: useDictionaryPlantNavigate로 파일 이름 변경 * fix: 중복 필드 제거 * feat: Tag 영역 가로 스크롤링으로 변경 * style: && 대신 명시적으로 3항연산자 사용 * feat: SearchBox에서 height, fontSize 받을 수 있도록 수정 * design: 필터링 영역 디자인 수정 * feat: 모두의 정원 게시글 MSW 필터링 추가 * chore: 이모지 변경 * refactor: 모달 열기 검증을 함수 대신 상태로 변경 * design: 태그 갭 줄임 * refactor: SearchBox를 제어 컴포넌트로 변경 및 필터 제거 시 검색창 비움 * style: 정렬 순서 변경 * chore: type, aria-label 추가 * refactor: gardenHandler에 통합 * chore: GardenPostList import 추가 * feat: line-arrow-right * feat: Navbar 대신 뒤로가기 헤더와 등록하기 버튼 추가 * chore: 쿼리 훅 폴더 이동 * feat: 필터링 된 모두의 정원으로 가기 추가 * design: 뒤로가기 헤더에 블러 배경 추가 * feat: 모두의 정원 글쓰기 버튼 추가 * design: height 제거 * chore: aria-label 추가 * feat: 로그인을 안하면 토스트 보여줌 * chore: onEnter가 있을 때 close * feat: 토스트 보여주는 개수 제한 * chore: BottomSheet로 네이밍 변경 * test: 비로그인 리마인더 비활성화
- Loading branch information
1 parent
9d89299
commit 0d9d675
Showing
48 changed files
with
931 additions
and
182 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
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
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.