Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

또 다른 컴포넌트 구현 및 스토리북 추가... #19

Merged
merged 29 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
fc214f8
💅 style: bookingButton 컴포넌트 구현 및 스토리북 추가 #15
froggy1014 Aug 6, 2024
d4b473e
💅 style: 초기화 버튼 컴포넌트 구현 및 스토리북 추가 #15
froggy1014 Aug 6, 2024
200a468
🔨 settings: button1 Medium 폰트 Typography 추가 #15
froggy1014 Aug 6, 2024
9697eca
💅 style: round 버튼 컴포넌트 구현 및 스토리북 추가 #15
froggy1014 Aug 6, 2024
021709b
💅 style: 평점 컴포넌트에 반개 별 아이콘 추가 #15
froggy1014 Aug 6, 2024
092a952
💅 style: festivalTile 컴포넌트 글자들 사이 gap 추가 #15
froggy1014 Aug 6, 2024
0d6551a
💅 style: pencil Icon 아셋 추가 #15
froggy1014 Aug 6, 2024
6a8cd2e
💅 style: floating Button 컴포넌트 구현 및 스토리북 추가 #15
froggy1014 Aug 6, 2024
b021331
💅 style: 페스티벌 헤더 추가 및 스토리북 추가 외 폴더 구조 변경 #15
froggy1014 Aug 6, 2024
c2ee08b
🔧 chore: 오타 수정 scrap -\> scrab
froggy1014 Aug 6, 2024
ef75fa6
💅 style: 페스티발 카드 컴포넌트 스크랩 버튼 추가 #15
froggy1014 Aug 6, 2024
c1b3085
🔨 settings: 날짜 관련 라이브러리 dayjs 설치 및 radix-ui 모달 설치 #15
froggy1014 Aug 7, 2024
923bb35
✨ feat: 캘린더 컴포넌트 구현 #15
froggy1014 Aug 7, 2024
de446c2
Merge branch 'develop' into feature/implements-component
froggy1014 Aug 7, 2024
b69f285
🔧 chore: 변경된 경로에 따라 import 수정
froggy1014 Aug 7, 2024
b94a8c8
🔨 settings: autoFocuing을 막기위한 react-focus-scope 설치
froggy1014 Aug 7, 2024
9249b6e
💅 style: dialogWrapper 컴포넌트 구현 및 스토리북 추가 #15
froggy1014 Aug 7, 2024
20c564f
💅 style: 캘린더 다이얼로그 구현 및 스토리북 추가 #15
froggy1014 Aug 7, 2024
6662f40
♻️ refactor: iconButton 코드 수정으로 인한 마이그레이션 #15
froggy1014 Aug 7, 2024
675db72
💅 style: 이미지 삭제 아이콘 아셋 추가 #15
froggy1014 Aug 8, 2024
c043826
💅 style: 이미지 업로드 컴포넌트 구현 및 스토리북 추가 #15
froggy1014 Aug 8, 2024
d6b21a3
🔨 settings: radix-ui/react-alert-dialog 설치 #15
froggy1014 Aug 8, 2024
931f77c
💅 style: tailwind animation keyframe 추가
froggy1014 Aug 8, 2024
e73bf66
💅 style: 다이어로그 관련 컴포넌트 구현 및 스토리북 추가 #15
froggy1014 Aug 8, 2024
287cd64
👷 cicd: 스토리북 chromatic URL 생성 코멘트 수정
froggy1014 Aug 8, 2024
7e6c8ae
🔧 chore: dialog Index 파일 생성 #15
froggy1014 Aug 8, 2024
20962e3
🐛 fix: 빌드 에러 수정
froggy1014 Aug 8, 2024
9264a87
🐛 fix: 피드백 반영 #15
froggy1014 Aug 9, 2024
36b2e15
🐛 fix: 빌드에러해결 #15
froggy1014 Aug 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,24 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@hookform/resolvers": "3.9.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-progress": "^1.1.0",
"@tanstack/react-query": "^5.50.1",
"@tanstack/react-query-devtools": "^5.50.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.12",
"next": "14.2.4",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "7.52.2",
"tailwind-merge": "^2.4.0",
"tailwindcss-radix": "^3.0.3",
"uuid": "^10.0.0",
"zod": "^3.23.8",
"zustand": "^4.5.4",
"@hookform/resolvers": "3.9.0",
"react-hook-form": "7.52.2"
"zustand": "^4.5.4"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
Expand Down
Loading