KDSBrowne
1234325a02
remove unused imports
2017-03-21 06:44:14 -07:00
KDSBrowne
d92a0f5188
change function name
2017-03-21 06:41:13 -07:00
KDSBrowne
ed8fdf6f89
remove the else block
2017-03-16 17:29:58 -07:00
KDSBrowne
c6e08c5518
improve adding and removing of events
2017-03-16 17:06:34 -07:00
KDSBrowne
1de05d1f23
remove event listeners
2017-02-24 10:54:52 -08:00
KDSBrowne
b0dfa33723
switch label if Esc key used to exit fullscreen
2017-02-14 11:57:37 -08:00
KDSBrowne
cbfaf16ac1
add formatted message to local file
2017-02-14 07:11:27 -08:00
KDSBrowne
f71f62d19a
modified previous code structure
2017-02-13 08:21:53 -08:00
JaeeunCho
50b0790dfb
HTML 5 - changed css for divider
2017-02-06 09:44:38 -08:00
JaeeunCho
94db42d7b1
HTML5 - changed divider of record button
2017-02-02 07:36:49 -08:00
JaeeunCho
6689527505
HTML5 - changed property for checking recording status
2017-01-30 06:55:20 -08:00
JaeeunCho
99d685d818
HTML5 - changed divider of recorded icon
2017-01-24 15:06:57 -08:00
Lajellu
11e5809340
HTML5 - Remove unncessary background-color CSS
2016-12-21 13:13:00 -08:00
Lajellu
ec49a0a343
HTML5 - Fix Recording Indicator Logic
...
Original:
The indicator is always visible.
If the meeting is currently being recorded,
Then indicator turns red
Changed to:
If the meeting is currently being recorded
Then the indicator is displayed and red
2016-12-21 11:13:08 -08:00
Lajellu
b3f1d9f804
HTML5 - Add the three emojis: applause, thumbs up, thumbs down and fixes some master lint issues
2016-12-20 10:06:01 -08:00
Anton Georgiev
cf0238cba3
cleaning up
2016-12-08 16:20:47 +00:00
Anton Georgiev
b102e85840
remove ref to clientBuildInfo
2016-12-08 16:04:28 +00:00
Anton Georgiev
8608c6b716
comply with feedback - about component
2016-12-08 15:59:52 +00:00
Anton Georgiev
fe30dde5dd
fix conflict
2016-12-08 15:58:58 +00:00
Anton Georgiev
b56ee1e553
add client information in About
2016-12-07 21:14:14 +00:00
Oswaldo Acauan
3309a1ad95
Improve navbar button hover and focus style
2016-12-06 11:39:48 -02:00
Oswaldo Acauan
48a2ecdb15
Improve overall components sizing of the navbar
2016-12-05 18:17:31 -02:00
Oswaldo Acauan
a1cd283ab6
Refactor the navbar title separator to use CSS instead of text
2016-12-05 18:09:03 -02:00
Oswaldo Acauan
60b49971d8
Refactor the recording indicator to use CSS instead of SVG
2016-12-05 18:00:09 -02:00
Oswaldo Acauan
b627f93435
Fix presentation title spacing
2016-12-05 17:26:08 -02:00
Oswaldo Acauan
1a5e309335
Remove unnecessary padding on navbar buttons
2016-12-05 17:16:52 -02:00
Oswaldo Acauan
306fcc9c56
Remove duplicated padding on the navbar
2016-12-05 16:58:40 -02:00
Oswaldo Acauan
cda0d56afd
Change the unread messages notification on the toggle button
2016-12-05 16:54:20 -02:00
gcampes
5089c18ef3
imports underscore, removes prefix not needed in variables
2016-11-29 13:49:08 -02:00
gcampes
903ba22713
Merge remote-tracking branch 'upstream/master' into breakout-rooms-html5
...
* upstream/master:
Removed carriage returns from bigbluebutton.properties
make function export default
fix Meteor.Error
removed duplication
fixed lint issue
added suggestions
removed console logs
fixed lint issues
added moderator condition
Shows main setting options based on role
2016-11-29 08:25:59 -02:00
gcampes
470b6e08c1
Change breakout code
2016-11-28 17:48:02 -02:00
gcampes
b3c9d60182
Redo some breakouts code
2016-11-25 14:06:36 -02:00
gcampes
f75c73b4e6
Polish breakout rooms code
2016-11-24 17:22:04 -02:00
KDSBrowne
f5d82b8d38
Shows main setting options based on role
2016-11-23 12:01:09 -08:00
gcampes
0aa6022c89
Changes breakout code to handle the new message format
2016-11-23 13:32:04 -02:00
Gabriel Carvalho de Campes
85013eac1f
Fix issues from merge
2016-11-16 15:44:05 -02:00
Gabriel Carvalho de Campes
39dffd68b4
Update breakout rooms in html5
2016-11-14 09:57:10 -02:00
Gabriel Carvalho de Campes
a262430871
Add code to handle breakout rooms in html5
2016-11-07 13:52:39 -02:00
Lajellu
373dd9535b
HTML5 - fixes fullscreen toggle to un-fullscreen
2016-10-17 14:14:12 -07:00
JaeeunCho
d214eff554
added css for red dot and fixed code
2016-10-11 10:36:28 -07:00
JaeeunCho
04e9d1818c
HTML 5 - added to display the state of unreaded messages right next to the user icon
2016-10-04 12:23:43 -07:00
JaeeunCho
3962349517
HTML5 - Settings : changed to label
2016-09-26 14:55:33 -07:00
JaeeunCho
b0947c85c1
HTML5 - Settings : added description messages and changed to label
2016-09-22 13:51:00 -07:00
JaeeunCho
fefef4bc62
HTML5 - Settings dropdown
2016-09-21 12:49:31 -07:00
JaeeunCho
cbf8e88e68
HTML5 Actions button
2016-09-13 12:46:12 -07:00
JaeeunCho
9b594e8a52
HTML5 Dropdown - fixed warnings and added style
2016-09-07 12:17:15 -07:00
Oswaldo Acauan
d88d566d55
Fixes and improvements on the Dropdown and Modal components
2016-09-06 19:10:18 +00:00
Oswaldo Acauan
82eaf3b663
Change dropdown component
2016-09-01 20:19:37 +00:00
Matthew Marangoni
43f7369806
Merge remote-tracking branch 'upstream/master' into settings-accessibility
2016-08-25 11:12:40 -07:00
Jaeeun Cho
926387ce63
HTML5 dropdown for settings menu - modify aria-labelledby and aria-describedby for each menus
2016-08-25 07:34:27 -07:00