Amsterdam-Music-Lab / MUSCLE

An application to easily set up and run online listening experiments for music research.
https://www.amsterdammusiclab.nl/
MIT License
4 stars 1 forks source link

Chore(deps): Replace `next-share` with `react-share` and add Storybook stories for Social component #1390

Closed drikusroor closed 1 day ago

drikusroor commented 2 days ago

Remove the next-share dependency and replace it with react-share for social sharing functionality. Add Storybook stories to showcase various configurations of the Social component, and update tests to use FontAwesome icons.

NB

Either one of the libraries next-share or react-share is a fork from one another, or they are both forked from a common ancestor and this is the reason why there are almost no changes in the code.

Apology

Oops, I accidentally merged this PR instead of #1375. Sorry for that. As the change should be arbitrary, I won't revert it for now unless any of you have objections. Over and out.

Resolves #1378