Update self-hosted video icons#15831
Conversation
|
Hello 👋! When you're ready to run Chromatic, please apply the You will need to reapply the label each time you want to run Chromatic. |
2531f90 to
c635882
Compare
abeddow91
left a comment
There was a problem hiding this comment.
Tested locally and the icons look as per designs. Also happy to see that the new designs have meant we are able to simplify both the icon styling and the API.
I have left some comments regarding tracking names for these icons. This is non-blocking but should be addressed in a separate ticket.
| type="button" | ||
| onClick={handleClick} | ||
| css={[buttonStyles, playPauseButtonStyles]} | ||
| data-link-name={`gu-video-loop-${type}-${atomId}`} |
There was a problem hiding this comment.
I appreciate this is existing code so this issue may be addressed outside of this PR but it this link name correct given new tracking naming conventions?
There was a problem hiding this comment.
What should the data-link-name be with the new tracking naming convention? I'll update in a separate PR
There was a problem hiding this comment.
#15806 (comment) <- From this PR by @SHession it looks like these might go away entirely as it will be replaced by new media event tracking. It might be best in that case to avoid any further work on these tracking link-names until PR15806 is merged.
c635882 to
5874658
Compare
|
Seen on PROD (merged by @domlander 12 minutes and 26 seconds ago) Please check your changes! |
What does this change?
div's surroundingbutton's. These are no longer needed.Why?
To match designs.
Screenshots