mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Moves feedback button as a component.
When callstats is not configured hide the button.
This commit is contained in:
committed by
Lyubomir Marinov
parent
7fa17322a1
commit
0765c60d77
@@ -5,6 +5,7 @@ import { connect as reactReduxConnect } from 'react-redux';
|
||||
|
||||
import { connect, disconnect } from '../../base/connection';
|
||||
import { Watermarks } from '../../base/react';
|
||||
import { FeedbackButton } from '../../feedback';
|
||||
|
||||
/**
|
||||
* For legacy reasons, inline style for display none.
|
||||
@@ -83,9 +84,9 @@ class Conference extends Component {
|
||||
className = 'toolbar'
|
||||
id = 'extendedToolbar'>
|
||||
<div id = 'extendedToolbarButtons' />
|
||||
<a
|
||||
className = 'button icon-feedback'
|
||||
id = 'feedbackButton' />
|
||||
|
||||
<FeedbackButton />
|
||||
|
||||
<div id = 'sideToolbarContainer' />
|
||||
</div>
|
||||
<div id = 'videospace'>
|
||||
|
||||
Reference in New Issue
Block a user