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

Add page for individual podcast episodes #1018

Merged
merged 5 commits into from
Jun 4, 2020
Merged

Add page for individual podcast episodes #1018

merged 5 commits into from
Jun 4, 2020

Conversation

beyang
Copy link
Member

@beyang beyang commented Jun 2, 2020

Adds a page for individual podcast episodes:

image

@beyang beyang requested review from a team and sqs as code owners June 2, 2020 17:39
@beyang beyang removed the request for review from a team June 2, 2020 17:42
@uwedeportivo
Copy link
Contributor

looks very nice

}

export function getHTMLParts(html: string): HTMLParts {
const doc = document.createElement('html')
Copy link
Contributor

@aileenrose aileenrose Jun 3, 2020

Choose a reason for hiding this comment

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

    const doc = document.createElement('html')

I tried to review locally and received an error for 'document'. Should this use:
public componentDidMount() ?

Copy link
Member Author

Choose a reason for hiding this comment

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

I fixed this issue, so it should work locally now. Still need to fix the outstanding build errors.

@bobheadxi
Copy link
Member

Excited to see this! A bit of an aside: the Sourcegraph logo could probably use some whitespace around it, since right now it looks a bit strange against dark backgrounds going all the way to the edge:

image

(our github org logo has a similar issue on dark backgrounds, ie the GitHub mobile app)

@beyang beyang merged commit 7fa9c05 into master Jun 4, 2020
@beyang beyang deleted the bl/podcast-page branch June 4, 2020 18:05
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.

4 participants