-
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.
feat: 반응형 NavigationBar 컴포넌트를 추가한다 (#585)
* refactor: 모바일, 웹 용 네비게이터 컴포넌트 분리 [#395] * refactor: 모바일 breakpoint에 따라 네비게이터 컴포넌트를 다르게 렌더링하도록 수정 [#395] * refactor: 모바일 네비게이션 바 레이아웃 적용 [#395] * refactor: 프로필 메뉴 웹, 모바일에서 위치 다르게 보이도록 수정 [#395] * refactor: MapController 컴포넌트 위치 수정 [#395] * design: 검색창, 필터 모바일 레이아웃 적용 [#395] * design: 클라이언트 필터링 레이아웃 수정 [#395] * design: 충전소 세부 정보창 모바일 레이아웃 추가 [#395] * design: 필터링 옵션 모바일 레이아웃 추가 [#395] * design: 필터링 옵션 스켈레톤 모바일 레이아웃 추가 [#395] * fix: 런타임 에러 수정 [#395] * refactor: 네비게이션 컴포넌트 분리 취소 [#395] * fix: 충전소 검색창에 생기던 밑줄 제거 [#395] * design: 충전소 리스트 모바일 레이아웃 추가 [#395] * fix: 네비게이션 바 간격 수정 [#395] * chore: 스토리북 빌드 폴더 gitignore 추가 [#395] * fix: 스토리북 빌드 오류 수정 [#395]
- Loading branch information
Showing
29 changed files
with
336 additions
and
84 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
.env | ||
.husky | ||
yarn-error.log | ||
/storybook-static/ |
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 was deleted.
Oops, something went wrong.
File renamed without changes.
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,3 @@ | ||
import Navigator from './Navigator'; | ||
|
||
export default Navigator; |
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.