Skip to content

Commit

Permalink
refactor availability times form using react-hook-form (calcom#824)
Browse files Browse the repository at this point in the history
* use toast

* use `Button`

* make fn

* rewrite with react-hook-form

* add comment

* fix deps

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
KATT and kodiakhq[bot] authored Sep 30, 2021
1 parent 60298f6 commit 30163f0
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 246 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"dependencies": {
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"@hookform/resolvers": "^2.8.1",
"@jitsu/sdk-js": "^2.2.4",
"@prisma/client": "^2.30.2",
"@radix-ui/react-avatar": "^0.1.0",
Expand Down Expand Up @@ -73,6 +74,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-easy-crop": "^3.5.2",
"react-hook-form": "^7.16.1",
"react-hot-toast": "^2.1.0",
"react-intl": "^5.20.7",
"react-multi-email": "^0.5.3",
Expand Down
Loading

0 comments on commit 30163f0

Please sign in to comment.