calcom/pages
Damian Harateh c09ce2b2b5 Basic validation for New Event Type to prevent unexpected behaviour
Previously, when creating a new event type, user was still allowed to create a new event type, even if the event length's field was empty. This would cause a prisma error, since it would receive NaN and no event would have been added, but the page still reloaded. Therefore, a very basic validation to address this, at least in the short-term.
2021-04-20 01:30:38 +01:00
..
[user] Completely rebuilt logic when dealing with timezones. Now all available events should appear when selecting a date. 2021-04-17 02:08:35 +02:00
api Merge branch 'main' into main 2021-04-19 10:49:42 +01:00
auth Fix login spacing issue 2021-04-11 22:02:10 +01:00
availability Basic validation for New Event Type to prevent unexpected behaviour 2021-04-20 01:30:38 +01:00
integrations View and delete integrations 2021-04-10 13:02:35 +01:00
settings Now owners can set their time zone and users can see available times relatively to their current time zone 2021-04-16 04:09:22 +02:00
[user].tsx Standardise semicolons 2021-04-11 18:12:18 +01:00
_app.tsx Standardise semicolons 2021-04-11 18:12:18 +01:00
index.tsx refactor: no need for else if true condition returns somrthing 2021-04-17 17:13:42 -03:00
success.tsx Added ics library, added icon to download .ics on the success page. 2021-04-17 20:18:51 +00:00