This website requires JavaScript.
Explore
Help
Register
Sign In
ZF
/
jitsi-meet
Watch
1
Star
0
Fork
0
You've already forked jitsi-meet
mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced
2026-05-15 20:37:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d6888fa2d8dc53bd22febc3df7170adfa2d65621
jitsi-meet
/
react
/
features
/
feedback
/
index.js
4 lines
88 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(feedback): convert to react and redux (#1833) * feat(feedback): convert to react and redux - For styles, remove "aui-dialog2" nesting so existing styles can be reused. - Remove Feedback.js and replace with calls to redux for state storing and accessing. - Add dispatching to FeedbackButton instead of relying on jquery clicking handling so the button can be hooked into redux. * address feedback * remove calling to not show feedback for recorder and filmstrip
2017-08-07 09:20:44 -07:00
export
*
from
'./actions'
;
export
*
from
'./actionTypes'
;
Moves feedback button as a component. When callstats is not configured hide the button.
2017-01-31 16:38:34 -06:00
export
*
from
'./components'
;
Reference in New Issue
Copy Permalink