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

Video overlay #825

Closed
wants to merge 9 commits into from
Closed

Video overlay #825

wants to merge 9 commits into from

Conversation

hackrush01
Copy link
Contributor

No description provided.

return (
<div className="video__loading-screen">
<div>
{spinner && <div className="video__loading-spinner" />}
Copy link

Choose a reason for hiding this comment

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

This should use the <Spinner /> component

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I noticed one thing. We already have a common.js file here(file 1), but the <Spinner /> component comes from here(folder 1), a new common folder with just that component.
Are we breaking down file 1 to individual components and putting them in folder 1? Or should I include <Spinner /> component in file 1. The latter option is better IMO as then we don't have to include different files for each "common" component, unless former is better for some use cases.

Copy link
Member

Choose a reason for hiding this comment

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

@hackrush01 @seanyesmunt @liamcardenas I think common.js should die and these should all just be individual components.

Copy link
Contributor

Choose a reason for hiding this comment

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

I agree

@lyoshenka lyoshenka removed the request for review from kauffj December 12, 2017 14:43
@lyoshenka
Copy link
Member

This is on hold. When we're ready to work on this, we should re-evaluate and figure out the right approach.

@neb-b neb-b closed this Apr 10, 2018
@neb-b neb-b deleted the video-overlay branch May 30, 2018 18:39
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.

None yet

5 participants