UOA-SE701-Group3-2021 / 3Lancers

Highly customizable Bullet Journal Web App
GNU Affero General Public License v3.0
8 stars 36 forks source link

Implement youtube widget real functionality #275

Closed bche536 closed 3 years ago

bche536 commented 3 years ago

Added in the youtube sidewidget drawer button to create a youtube player widget (WidgetYoutubePlayer.jsx)

Created youtube player component (JournalYoutubePlayer.jsx) which contains the actual youtube iframe (created by Aniket)

Added in widget data and type in Page.js

Added in widget type to widget.js in the backend

Added resizable styling and reordered components

Co-authored-by: Aniket

bche536 commented 3 years ago

Sweet! That works as expected -- thanks for taking the time to peer program with me. Final change would be to change the ID parsing to have URLs instead of just IDs. Will pass this code to you for a final commit.

ok

bche536 commented 3 years ago

Overall, this PR is pretty good. Just remove the comments in JournalYoutubePlayer.jsx and then it should be good to merge.

done that now