Deliverables Dashboard
Summary by CodeRabbit
-
New Features
- Introduced
CompetitionFlagIcon
andDoubleChevronIcon
components for enhanced iconography. - Added time selection feature in Calendar with UTC display.
- Added new enum values and styling for
AnnotatedContentBox
. - Introduced new props
disablePagination
andclassName
inTableV2
. - Added optional
className
prop for custom styling inArrayCheckbox
,RadioButton
, andTimeTooltip
.
- Introduced
-
Enhancements
- Updated form components to use
react-hook-form
for improved form handling. - Enhanced
TableColumn
with conditional styling usingtwMerge
. - Improved
MonthSelect
with an additionaluseIndex
parameter. - Updated
Modal
to conditionally usecreatePortal
based onusePortal
property. - Improved
TeamList
andTeamPopup
components by refining rendering logic and data handling.
- Updated form components to use
-
Bug Fixes
- Fixed various form validation and handling issues.
- Corrected rendering logic in multiple components for better performance and accuracy.
-
Documentation
- Updated exports and interfaces to reflect new and modified functionalities.
-
Refactor
- Streamlined form and calendar components for better maintainability and performance.
- Refactored utility functions for enhanced readability and functionality.
-
Style
- Added new CSS classes for improved component styling and layout.
-
Chores
- Added new entries in
specialAwardsMetadata
. - Updated various models to reflect new properties and enums.
- Added new entries in
Edited by CodeRabbit