Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup talks page #60

Merged
merged 10 commits into from
Oct 22, 2024
Merged

setup talks page #60

merged 10 commits into from
Oct 22, 2024

Conversation

rccsousa
Copy link
Collaborator

Why:

  • Talks and Roundtables wasn't styled nor rendering any content, which was not working as intended;

How:

  • Added content fetching and rendering to the talks and roundtables page;
  • Added styling;
  • Re-enabled navigation to Talks & Roundtables in content hub homepage;

Screenshots:

Styled page

imagem

Re-enabled Talks & Roundtables navbar button

imagem

'react-youtube' will facilitate embeding youtube videos on the
talks-and-roundtables page
this dependency parses URL from multiple video hosting platforms and
fetches the video id, to facilitate video embedding
- fix positioning and responsiveness;
- temporarily supress typescript warnings;
Copy link

netlify bot commented Oct 21, 2024

Deploy Preview for content-sub ready!

Name Link
🔨 Latest commit a25bb3b
🔍 Latest deploy log https://app.netlify.com/sites/content-sub/deploys/6717a9acbe0cb5000821d375
😎 Deploy Preview https://deploy-preview-60--content-sub.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@rccsousa rccsousa marked this pull request as ready for review October 21, 2024 11:23

{/* Content column */}
<div className={styles.videoPlayer}>
{videoID.service === "youtube" && (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are the other service options? One option would be for people to paste the embed link in the CMS, and we just render

<iframe width="560"
              height="315"
              src={talk.url}

@rccsousa rccsousa merged commit 37a6e09 into main Oct 22, 2024
5 checks passed
@rccsousa rccsousa deleted the rs/setup-talks-page branch October 22, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants