- 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. |
||
|---|---|---|
| .. | ||
| screens | ||
| MemberChangeRoleModal.tsx | ||
| MemberInvitationModal.tsx | ||
| MemberList.tsx | ||
| MemberListItem.tsx | ||
| TeamCreateModal.tsx | ||
| TeamList.tsx | ||
| TeamListItem.tsx | ||
| TeamRole.tsx | ||
| TeamSettings.tsx | ||
| TeamSettingsRightSidebar.tsx | ||