Closed daniel-stoian-lgp closed 3 months ago
Attention: Patch coverage is 0%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 77.05%. Comparing base (
900440a
) to head (18cea23
). Report is 1 commits behind head on feature/ColorPickerPOC.
Files | Patch % | Lines |
---|---|---|
ColorPickerPOC/ColorPickerPOC.js | 0.00% | 9 Missing and 2 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Checklist
Issue Resolved / Feature Added
onPointerDown currently activates long press, which is ok for touch screens, but not for click.
Resolution
Removed mouse event handlers for favorite color buttons
Additional Considerations
Added an useEffect to update component state when the props for current color of favorite colors change.
Links
WRQ-32437
Comments
Enact-DCO-1.0-Signed-off-by: Daniel Stoian (daniel.stoian@lgepartner.com)