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
cbc7e1b6be
jiti-meet
/
react
/
features
/
keyboard-shortcuts
/
index.js
5 lines
81 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(new-toolbars): initial implementation
2018-03-07 00:28:19 +00:00
export
*
from
'./actions'
;
feat(keyboard-shortcuts): show help in a react dialog (#2148) * feat(keyboard-shortcuts): show help in a react dialog - Move shortcut help dom declaration to a react component - Let open/close logic be handled by AtlasKit Dialog - Remove static html for help from index.html - Consolidate keyboard shortcut css * squash: use lozenge for key styling * squash: use different iteration style * squash: update package-lock for lozenge
2017-11-13 22:58:00 +00:00
export
*
from
'./components'
;
feat(new-toolbars): initial implementation
2018-03-07 00:28:19 +00:00
import
'./middleware'
;