Commit Graph

8250 Commits (9d3b512ef653e7532285387689630dbe5d0e92c9)

Author SHA1 Message Date
Ryukemeister 9d3b512ef6 update props and add schedule list item to view 2023-10-16 15:21:32 +05:30
Ryukemeister 7a4f1fc098 add dropdown and toaster components from shadcn 2023-10-16 15:20:33 +05:30
Ryukemeister 7329531839 update list vview 2023-10-12 18:20:10 +05:30
Ryukemeister 0cbac3b01d cleanup 2023-10-12 18:18:22 +05:30
Ryukemeister fef821022e add schedule item for each day 2023-10-12 18:17:46 +05:30
Ryukemeister 0f0b879ebe add badge component 2023-10-12 18:16:33 +05:30
Ryukemeister 18318f8501 update styles for close button 2023-10-11 18:32:25 +05:30
Ryukemeister 38ac778fbc update typings 2023-10-11 18:31:28 +05:30
Ryukemeister 11dde215bc update view for new schedule button 2023-10-11 18:30:54 +05:30
Ryukemeister de0bd85ea5 add input and label for form component 2023-10-11 18:30:06 +05:30
Ryukemeister 2273a510f3 update packages 2023-10-11 18:29:27 +05:30
Ryukemeister e62bfc1825 add dialog for new schedule 2023-10-10 22:36:24 +05:30
Ryukemeister 4a7a9e391e update types for schedules 2023-10-10 22:35:51 +05:30
Ryukemeister 0f6f5c716c setup dialog from shadcn 2023-10-10 22:35:03 +05:30
Ryukemeister 8ba3a79f0e add react and react hook for 2023-10-10 14:47:53 +05:30
Ryukemeister 7adfe559ba update list view 2023-10-10 14:47:17 +05:30
Ryukemeister 5e9394248e empty screen dialog 2023-10-10 14:46:34 +05:30
Ryukemeister e948c5cfb8 helpers for empty screen 2023-10-10 14:20:59 +05:30
Ryukemeister e4a5062008 setup 2023-10-09 21:50:29 +05:30
Ryukemeister 6f14fe7f4e add btn from shadcn ui 2023-10-09 21:47:53 +05:30
Ryukemeister 743a80f2b2 shadcn setup 2023-10-09 21:47:01 +05:30
Ryukemeister 0b90f1b698 config for shadcn 2023-10-09 21:46:15 +05:30
Ryukemeister 95bd0ef83f setting up shadcn 2023-10-09 21:45:33 +05:30
Ryukemeister de218e96bb init availabilitylist component 2023-10-09 21:31:03 +05:30
Peer Richelsen d8f6400add
feat: added dark mode to login, logout, password reset (#11765)
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2023-10-09 11:51:47 +00:00
Crowdin Bot 018b0e0543 New Crowdin translations by Github Action 2023-10-09 10:47:47 +00:00
Anik Dhabal Babu a5993061f6
chore: throw toast when adding a new date overwrite (#11764)
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-10-09 10:44:11 +00:00
Crowdin Bot 0b310c0ea8 New Crowdin translations by Github Action 2023-10-09 10:43:24 +00:00
Crowdin Bot da62984b5c New Crowdin translations by Github Action 2023-10-09 10:40:23 +00:00
Crowdin Bot 16d73fab89 New Crowdin translations by Github Action 2023-10-09 10:37:08 +00:00
Crowdin Bot 873a4e2000 New Crowdin translations by Github Action 2023-10-09 10:33:51 +00:00
Aldrin d0d37ba34f
docs: add an alternate approach to seed local database (#11307)
Co-authored-by: Peer Richelsen <peer@cal.com>
2023-10-09 11:30:47 +01:00
Anik Dhabal Babu 76d476441f
fix: Dialog is open after adding a new overwrite (#11220)
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-10-09 09:55:14 +01:00
GitStart-Cal.com 9857b46121
chore: add Navigation in storybook (CALCOM-10760) (#10867)
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: gitstart-calcom <gitstart-calcom@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-10-09 08:45:54 +00:00
GitStart-Cal.com a35750734c
fix: InputField storybook file is not rendering (fix-inputField) (#10938)
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
2023-10-09 09:28:28 +01:00
Crowdin Bot 5b7224e47e New Crowdin translations by Github Action 2023-10-08 20:26:14 +00:00
Saquib Ali f3623096e4
fix: decreased top and bottom padding (#11750)
Co-authored-by: Saquib Ali <saquib1998>
2023-10-08 21:23:23 +01:00
Roland 88d438f227
fix: icon size on connect with Alby button (#11746) 2023-10-08 17:57:45 +00:00
Keith Williams 8a8d284113
fix: API cold boot issues (#11740) 2023-10-06 19:17:07 +01:00
alannnc b4315b186a
fix: seated event type public id cancels/reschedule entire booking without auth (#11667)
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-10-06 13:17:15 -03:00
Alex van Andel a90848edcb v3.3.6 2023-10-06 15:13:59 +01:00
Syed Ali Shahbaz 49b0f48be0
feat: add parentid eventtype API along with children eventTypeIds (#11714)
* add parentId

* Allow POST parentId

* adds eventtypeid of children

* add doc

* adds userId in children

* adds validations

* adds docstring

* fix status codes

* check fix for owners
2023-10-06 13:58:51 +00:00
Udit Takkar ceb8906c27
fix: check if appslug exist (#11735) 2023-10-06 14:43:28 +01:00
Alex van Andel f9c578c87d
fix: Backwards compatibility on google reschedule/cancel (#11733) 2023-10-06 14:27:36 +01:00
Peer Richelsen c105793486
more contrast for cal video (#11729) 2023-10-06 12:09:21 +00:00
Peer Richelsen 59b503eb7e yarn 2023-10-06 13:01:22 +01:00
Peer Richelsen b6a28b1950
chore: experimental warning for recurring events (#11727) 2023-10-06 11:00:01 +00:00
Crowdin Bot b6ea551580 New Crowdin translations by Github Action 2023-10-06 10:38:53 +00:00
Nikeshkumar TK c5bf75385f
fix: add number_sms_notifications translation (#11724)
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Peer Richelsen <peer@cal.com>
2023-10-06 10:35:56 +00:00
Aldrin 1298b05e1a
fix: Single Use Private link does not regenerate after use (#11705)
* feat: pass down props for hashedlink

* feat: update booking mapper

---------

Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
2023-10-06 11:07:55 +01:00