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

Podcast feature added #322

Merged
merged 14 commits into from
Aug 6, 2024
Merged

Podcast feature added #322

merged 14 commits into from
Aug 6, 2024

Conversation

barrybtw
Copy link
Contributor

@barrybtw barrybtw commented Aug 2, 2024

Podcast feature in issue #310 has been added, can receive a m4a file and json transcript and give the wished product in the issue.

Copy link

what-the-diff bot commented Aug 2, 2024

PR Summary

  • Introduction of a new dependency "zod"
    The project now has a new dependency, "zod", in its main configuration file. This delivers improved validation, parsing, and serialization for project data.

  • Addition of a new audio file
    A fresh audio file named "2024-06.m4a" has been added into the project's public assets. This provides additional content to be utilized within the podcasts of the project.

  • Creation of a dedicated component for podcast pages
    A new file has been introduced, labeled "podcasts/[slug].tsx". This serves as a new dedicated page for podcasts, enhancing the project's react component structure.

  • Defining interfaces related to transcripts
    A utilities file has been created named "transcript-types.ts", which is responsible for defining various interfaces related to podcast transcripts. This helps structure the data more effectively for use within the project.

  • Enhancements to podcast's display and functionality
    There has been a significant modification in the file "podcasts/[slug].tsx" where enhancements in audio playback and podcast transcripts are clearly visible. This also includes improvements in the way podcasts are displayed, offering a more engaging user experience.

Copy link

netlify bot commented Aug 3, 2024

Deploy Preview for reactiflux ready!

Name Link
🔨 Latest commit 4c70a2f
🔍 Latest deploy log https://app.netlify.com/sites/reactiflux/deploys/66ad686ec8e2c20008505929
😎 Deploy Preview https://deploy-preview-322--reactiflux.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.

Copy link
Member

@vcarl vcarl left a comment

Choose a reason for hiding this comment

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

Resolves #310 ! Ty for the implementation @barrybtw !

@vcarl vcarl merged commit 93055ff into reactiflux:main Aug 6, 2024
1 check passed
This pull request was closed.
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