-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat(ui) move room info from tv to remote #1031
Conversation
1f8b4f5
to
33aa39d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the meeting name we need to display the sharing domain and code.
Can you add a screenshot too please?
@@ -4,9 +4,6 @@ import PropTypes from 'prop-types'; | |||
import React from 'react'; | |||
import { connect } from 'react-redux'; | |||
|
|||
|
|||
import { JoinInfo } from './../components'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this component used elsewhere? If not, please kill it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's still used on the /tv page
Do we need both URLs?i think just the one at the top is enough no? |
33aa39d
to
eb2f70b
Compare
eb2f70b
to
30a5a07
Compare
No description provided.