Skip to content

Commit

Permalink
✨ feat : 바텀시트 추가, 타임피커 커스텀, 회의실 페이지 UI (#32)
Browse files Browse the repository at this point in the history
* feat: Text 컴포넌트 추가

* feat: button typo 추가

* MeetingCard 컴포넌트

* chore: JSDoc 추가

* feat: meetingroom page

* feat: 바텀시트 추가

* fix: 바텀시트 onDismiss 추가

* fix: build error 수정

* feat: 회의실 페이지 ui

* feat: 회의실 그래픽 svg 추가

* feat: 회의실 타임라인 선택 모달 추가

* feat: 회의실 타임라인 선택 ui

* feat: svg 추가

* feat: Text 컴포넌트 height 추가

* feat: TimePicker 추가

* feat: AgendaCard 컴포넌트 추가

* 회의실 타임라인 ui

* fix: 바텀시트 position 고정
  • Loading branch information
kongnayeon authored Feb 22, 2024
1 parent d08e965 commit e570344
Show file tree
Hide file tree
Showing 24 changed files with 1,509 additions and 27 deletions.
108 changes: 108 additions & 0 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</head>
<body>
<div id="root"></div>
<div id="modal"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "^18.2.0",
"react-hook-form": "7.43.9",
"react-mobile-datepicker": "^4.0.2",
"react-mobile-picker-scroll": "^0.2.14",
"react-router-dom": "^6.22.0",
"react-scroll": "^1.9.0",
"react-spring-bottom-sheet": "^3.4.1",
"svg-sprite": "^2.0.2",
"vite-tsconfig-paths": "^4.3.1"
Expand All @@ -34,6 +37,7 @@
"@types/luxon": "^3",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.17",
"@types/react-scroll": "^1",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.5.0",
Expand Down
3 changes: 3 additions & 0 deletions public/icons/dots_mono.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/icons/play.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/icons/play_disabled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/icons/plus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e570344

Please sign in to comment.