enactjs / sandstone

The set of components for an Enact-based application targeting smart TVs
Apache License 2.0
22 stars 3 forks source link

WRR-5250: Convert DayPicker/DaySelectorDecorator to functional component #1717

Open stanca-pop-lgp opened 1 month ago

stanca-pop-lgp commented 1 month ago

Checklist

Issue Resolved / Feature Added

Converted DayPicker/DaySelectorDecorator from class to functional component.

Resolution

Additional Considerations

delete rest.everyDayText; delete rest.everyWeekdayText; delete rest.everyWeekendText; were deleted as they were not present in rest: image

Links

WRR-5250

Comments

Enact-DCO-1.0-Signed-off-by: Stanca Pop stanca.pop@lgepartner.com

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.82%. Comparing base (1595503) to head (04d9fe4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1717 +/- ## =========================================== - Coverage 80.83% 80.82% -0.02% =========================================== Files 148 148 Lines 6685 6681 -4 Branches 1990 1990 =========================================== - Hits 5404 5400 -4 Misses 972 972 Partials 309 309 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

MikyungKim commented 5 days ago

Could you please update your branch with the latest develop?