This website requires JavaScript.
Explore
Help
Sign In
haskal
/
jiti-meet
Watch
1
Star
0
Fork
You've already forked jiti-meet
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e7078786e6
jiti-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 16:20:44 +00:00
export
*
from
'./actions'
;
export
*
from
'./actionTypes'
;
Moves feedback button as a component. When callstats is not configured hide the button.
2017-01-31 22:38:34 +00:00
export
*
from
'./components'
;