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
e9c91d194c
jiti-meet
/
react
/
features
/
contact-list
/
index.js
2 lines
30 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(contact-list): convert to react - Remove references to the model ContactList. - Replace ContactListView with an empty element for attaching the React Component ContactListPanel, which has the same features as the old ContactListView. - Create new selector for getting non-fake participants for ContactListPanel's props. - Create a ParticipantCounter component to place in the contact list button. Previously ContactListView updated that but now it's a react component hooked into the participant state. - Remove pub/sub that was used only by ContactListView.
2017-08-30 23:17:55 +00:00
export
*
from
'./components'
;