Commit graph

5 commits

Author SHA1 Message Date
Miguel Nieto A
5aaf702e2b Fix NaN values when creating event type 2022-01-26 15:47:49 -07:00
Omar López
d7bd1e9957
Fixes for team event creation (#1604) 2022-01-24 17:25:32 +00:00
Omar López
8f6f34931b
Allow choosing destination calendar per event type (#1514) 2022-01-21 14:35:31 -07:00
Jamie Pine
d2b9e67424
fix (#1482) 2022-01-12 12:34:50 +00:00
Jamie Pine
70683a89b9
Added "New Event Type" button on Team settings (#1411)
- Moved CreateNewEventButton in pages/event-types/index to dedicated component as this is used in two places now.
- Implemented CreateEventType button on Team settings screen and replaced old markup in on event types page with new component.
- Upgrade vanilla JS inputs to library primitives.
- Created TextArea & TextAreaField components in components/form.
- [Bugfix] Changed back button behavior in Shell to have a specified back path as CreateEventType's modal interfered with the router.goBack behavior.
- Ensure modal data is preserved in URL params for router accuracy and removed on exit.
2022-01-12 01:29:20 -08:00