Skip to content

Commit

Permalink
Deploy 1.0.1 (#14)
Browse files Browse the repository at this point in the history
* Create PULL_REQUEST_TEMPLATE.md

* Update PULL_REQUEST_TEMPLATE.md

* Update PULL_REQUEST_TEMPLATE.md

* [Feat] 개발 환경 세팅 (#2)

* feat: 필요없는 파일 정리

* chore: 패키지 설치

* style: set Global Style

* feat: set absolute path

* feat: set react router

* chore: 웹폰트 파일 추가(Pretendard, 현대하모니)

* style: 웹 폰트 font-family 설정

* style: theme, colors 설정

* feat: Layout 컴포넌트, 하단바 조건부 렌더링 설정

* Create aws.yml

* [Feat] 하단바 UI 작업, 페이지 라우터 연결 (#10)

* feat: 필요없는 파일 정리

* chore: 패키지 설치

* style: set Global Style

* feat: set absolute path

* feat: set react router

* chore: 웹폰트 파일 추가(Pretendard, 현대하모니)

* style: 웹 폰트 font-family 설정

* style: theme, colors 설정

* feat: Layout 컴포넌트, 하단바 조건부 렌더링 설정

* Create PULL_REQUEST_TEMPLATE.md

* Update PULL_REQUEST_TEMPLATE.md

* Update PULL_REQUEST_TEMPLATE.md

* chore: 하단바용 아이콘 이미지 추가

* feat: 페이지 컴포넌트 생성, 라우터 연결

* feat: 하단바 UI 구현

* chore: Navbar 컴포넌트 위치 변경

* [Feat] 주행 기록 페이지 UI 구현 (#12)

* feat: 페이지별 공통 Header 컴포넌트

* chore: date-fns 패키지 설치

* feat: 날짜 계산 utility 함수

* feat: 자세히 보기 버튼 icon asset 추가

* fix: 공통 페이지 헤더 height 수정

* feat: 주행 기록 API response type 추가

* feat: 주행 기록 페이지 UI 1차 작업

* feat: 닫기 아이콘 asset 추가

* feat: import 규칙 추가

* style: 레이아웃 방식 수정

* feat: 주행기록 자세히 보기 UI 구현

* fix: build 에러 임시 수정
  • Loading branch information
jwo0o0 authored Feb 15, 2024
1 parent 06b5a27 commit 2b77af9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Note/DetailReport/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const DetailReport = ({ reportId }: DetailReportProps) => {

//TODO: API 연결
useEffect(() => {
console.log(reportId);
setDetails(data);
}, []);
return (
Expand Down

0 comments on commit 2b77af9

Please sign in to comment.