cal/components/team
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
..
screens UX improvement to public facing team pages 2021-12-17 00:12:06 +00:00
MemberChangeRoleModal.tsx For now; entirely disable sharing owner role (#1372) 2021-12-22 18:05:49 -07:00
MemberInvitationModal.tsx For now; entirely disable sharing owner role (#1372) 2021-12-22 18:05:49 -07:00
MemberList.tsx fixed mobile layouts for team and team availability (#1382) 2021-12-27 19:54:11 +01:00
MemberListItem.tsx fixed mobile layouts for team and team availability (#1382) 2021-12-27 19:54:11 +01:00
TeamCreateModal.tsx Improvement/teams (#1285) 2021-12-09 23:51:30 +00:00
TeamList.tsx Improvement/teams (#1285) 2021-12-09 23:51:30 +00:00
TeamListItem.tsx Even Better Teams (#1304) 2021-12-17 00:16:59 +00:00
TeamRole.tsx Improvement/teams (#1285) 2021-12-09 23:51:30 +00:00
TeamSettings.tsx Even Better Teams (#1304) 2021-12-17 00:16:59 +00:00
TeamSettingsRightSidebar.tsx Added "New Event Type" button on Team settings (#1411) 2022-01-12 01:29:20 -08:00