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 page #26971

Merged
merged 5 commits into from
Aug 15, 2024
Merged

Podcast page #26971

merged 5 commits into from
Aug 15, 2024

Conversation

ndcunningham
Copy link
Contributor

No description provided.

@ndcunningham ndcunningham self-assigned this Jul 17, 2024
Copy link

vercel bot commented Jul 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Aug 15, 2024 5:54pm

nx-dev/data-access-documents/src/lib/blog.api.ts Outdated Show resolved Hide resolved
Comment on lines 9 to 11
export function PodcastList({ podcasts }: PodcastListProps): JSX.Element {
return podcasts.length < 1 ? (
<></>
Copy link
Member

Choose a reason for hiding this comment

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

Can you test before calling the component? It will simplify template.

Copy link
Member

Choose a reason for hiding this comment

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

Or do we want to say something when there is no podcast? @juristr

Copy link
Member

Choose a reason for hiding this comment

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

I would put something there, yes. Even though that's not gonna be the case as we're going to push this only once the first podcast edition is created, which Zack is in the process of doing. He has a PR open, I just told him to fix a couple of things first before publishing

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added an empty state, aka Stay tuned. @juristr lmk if the wording is fine and we can leave it as is.

nx-dev/data-access-documents/src/lib/blog.model.ts Outdated Show resolved Hide resolved
nx-dev/data-access-documents/src/lib/blog.api.ts Outdated Show resolved Hide resolved
Comment on lines 9 to 11
export function PodcastList({ podcasts }: PodcastListProps): JSX.Element {
return podcasts.length < 1 ? (
<></>
Copy link
Member

Choose a reason for hiding this comment

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

I would put something there, yes. Even though that's not gonna be the case as we're going to push this only once the first podcast edition is created, which Zack is in the process of doing. He has a PR open, I just told him to fix a couple of things first before publishing

@jaysoo jaysoo merged commit 6d7cdd7 into master Aug 15, 2024
6 checks passed
@jaysoo jaysoo deleted the feat/nx-dev-podcast-page branch August 15, 2024 18:32
jaysoo pushed a commit that referenced this pull request Aug 16, 2024
jaysoo pushed a commit that referenced this pull request Aug 16, 2024
FrozenPandaz pushed a commit that referenced this pull request Aug 19, 2024
(cherry picked from commit 6d7cdd7)
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants