Commit Graph

196 Commits

Author SHA1 Message Date
Maxim Khlobystov
a398426917 Made the automatic resizing of the chat input area work after opening/closing a private chat (template containing the textarea is rerendered every time, so the event handler needs to be reapplied). 2015-07-21 17:47:05 -04:00
Maxim Khlobystov
0a386ce67e Finished up the work on automatically resizing the chat input area based on its content. 2015-07-21 16:59:25 -04:00
Oleksandr Zhurbenko
922283ce2e The prototype of the viewer's pooling UI 2015-07-20 18:23:42 -07:00
Maxim Khlobystov
552b86e9bc Beginning work on making the manual and automatic methods of the message box resizing work together properly. 2015-07-20 18:23:51 -04:00
Maxim Khlobystov
63d51bc437 Made the chat input box resizable vertically. 2015-07-19 20:34:07 -04:00
Maxim Khlobystov
148d533c38 Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into meteor-client-resizable-elements 2015-07-19 15:25:59 -04:00
Oleksandr Zhurbenko
da4ea8d38b Cleanup 2015-07-18 18:33:02 -07:00
Oleksandr Zhurbenko
760ceef08b Switched notifications to counters, added the styling for notifications for desktop views 2015-07-17 14:50:49 -07:00
Maxim Khlobystov
f063e0bf92 Tied the height of message input to its content. 2015-07-16 19:01:54 -04:00
Oleksandr Zhurbenko
291f0d8847 Replaced icons to the status column, removed outline from switching slide buttons, increased space for usernames 2015-07-16 14:09:46 -07:00
Maxim Khlobystov
68529c8c0f Added changes to HTML5 client to handle SVG URI field. 2015-07-15 17:17:19 -04:00
Oleksandr Zhurbenko
43e50c3641 Added Status column to the userlist, fixed a bug with the userlist's size, removed unnecessary classes, changed the styling for the userlist and navbar 2015-07-14 15:42:24 -07:00
Oleksandr Zhurbenko
358dc5d16b Added status column on the left of the username 2015-07-13 16:43:30 -07:00
Oleksandr Zhurbenko
b4cd2dac6d Implemented counters for unread chat messages 2015-07-10 13:42:10 -07:00
Oleksandr Zhurbenko
76d27fa84b Refactoring 2015-07-08 10:09:29 -07:00
Oleksandr Zhurbenko
286e052074 Got rid of exceptions which appeared when you login for the first time 2015-07-07 09:25:29 -07:00
Oleksandr Zhurbenko
bf257c3926 Removed a close user list button from the userlist 2015-07-06 09:50:36 -07:00
Oleksandr Zhurbenko
7e4b134298 Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into meteor-ui
Conflicts:
	bigbluebutton-html5/app/client/globals.coffee
	bigbluebutton-html5/app/client/main.html
	bigbluebutton-html5/app/client/views/sharedTemplates.html
2015-07-03 12:48:05 -07:00
Oleksandr Zhurbenko
77a201099c Added styling for the hamburger and Public buttons and changed Public button's event which handles read public messages 2015-07-03 11:06:40 -07:00
Maxim Khlobystov
50a2b794fd Unified the button structure and added a tooltip to the hamburger button. 2015-07-02 18:20:31 -04:00
Oleksandr Zhurbenko
02825e3fbc Added notifications for the hamburger and Public buttons 2015-07-02 13:18:05 -07:00
Oleksandr Zhurbenko
b970298f05 Added styling and icons as notifications for the user list 2015-06-26 15:58:23 -07:00
Oleksandr Zhurbenko
0f6f553e3e Added notifications for unread private messages 2015-06-24 17:21:50 -07:00
Maxim Khlobystov
2a0c002ebc Added animations to the sliding menu. 2015-06-18 12:09:17 -07:00
Oleksandr Zhurbenko
1743aa47d6 Added focus to the chat input area after opening a private chat tab 2015-06-15 13:19:55 -07:00
Oleksandr Zhurbenko
b61c4d0cd8 Clicking your own username now leads to a public chat 2015-06-12 14:17:13 -07:00
Maxim Khlobystov
af25c8f448 Changed the style of the Raise/Lower Hand and Enter/Exit Full Screen buttons to make them obviously clickable. 2015-06-10 12:10:06 -07:00
Maxim Khlobystov
1a102ee864 Added the ability to raise/lower hand. 2015-06-10 11:45:11 -07:00
Richard Alam
d14c10bf42 Merge pull request #654 from OZhurbenko/meteor-ui
UI Changes for a desktop view
2015-06-10 11:54:16 -04:00
Oleksandr Zhurbenko
fd71fdfa5a Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into meteor-ui 2015-06-10 08:52:26 -07:00
Oleksandr Zhurbenko
25e164a2b6 Cleanup 2015-06-09 17:02:27 -07:00
Oleksandr Zhurbenko
05b8ba3499 Changing UI according to Tyler's specs 2015-06-09 16:55:18 -07:00
Chad Pilkey
101e44c8fe Merge pull request #653 from gthacoder/meteor-client-whiteboard-slowdown
HTML5 client: merging the whiteboard optimizations.
2015-06-09 15:37:13 -04:00
Oleksandr Zhurbenko
e44617b581 Adjusting Tyler's corrections 2015-06-08 16:29:49 -07:00
Maxim Khlobystov
1eb6932317 Merge branch 'fix-clean-message-slowdown' of https://github.com/lfzawacki/bigbluebutton into meteor-client 2015-06-08 10:41:36 -07:00
Maxim Khlobystov
73838c7e78 Allowed users to mute/unmute themselves by clicking a userlist icon. 2015-06-04 15:25:07 -07:00
Maxim Khlobystov
4b9c76dcd9 Added the ability to exit the full screen mode by clicking a button. 2015-06-03 14:49:26 -07:00
Maxim Khlobystov
b5e0f6b856 Limited the full screen button to mobile devices. 2015-06-03 14:26:52 -07:00
Maxim Khlobystov
f29c63e25b Replaced the button's inline CSS with the proper LESS declaration. 2015-06-03 11:38:56 -07:00
Maxim Khlobystov
bb86817a44 Added the full screen button. 2015-06-03 11:20:59 -07:00
Maxim Khlobystov
8ec8ad3072 Restored the ability to request the full-screen whiteboard mode. 2015-06-02 14:44:06 -07:00
Maxim Khlobystov
a53b88f5e7 Made the whiteboard properly resize when the slide navigation controllers appear/disapper. 2015-05-28 10:06:57 -07:00
Maxim Khlobystov
1fa46ab6dd Made the whiteboard's height flexible depending on the presence of the slide navigation controllers. 2015-05-27 10:29:59 -07:00
Maxim Khlobystov
0b7749ec3c Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into meteor-client-right-hand-menu
Conflicts:
	bigbluebutton-html5/app/client/stylesheets/style.less
2015-05-26 14:15:12 -07:00
Chad Pilkey
3ce0fcc0e5 Merge pull request #644 from OZhurbenko/meteor-ui
Private chat
2015-05-26 17:09:39 -04:00
Maxim Khlobystov
531ada09df Moved the inline CSS related to the Settings modal window to the LESS file. 2015-05-26 12:45:48 -07:00
Maxim Khlobystov
934edd5a75 Made sure the presentation progress label never contains an undefined slide number, thus becoming too long and making the scrollbar appear. 2015-05-25 15:30:57 -07:00
Maxim Khlobystov
6ca9bb1465 Got back the label indicating the current slide's number. 2015-05-25 15:27:06 -07:00
Maxim Khlobystov
b8e32bf316 Added the presenter's slide navigation to the new UI. 2015-05-25 14:36:43 -07:00
Oleksandr Zhurbenko
933ffe102f Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into meteor-ui
Conflicts:
	bigbluebutton-html5/app/client/views/chat/chat_bar.coffee
2015-05-24 20:32:13 -07:00
Oleksandr Zhurbenko
0571237619 Search for a username to display on the private chat tab 2015-05-24 20:19:57 -07:00
Oleksandr Zhurbenko
f30e4ce634 Comments 2015-05-21 07:41:58 -07:00
Oleksandr Zhurbenko
718c23baaf Private chat implementation 2015-05-20 17:51:29 -07:00
Oleksandr Zhurbenko
9cbff3547e Switching back to public chat 2015-05-20 17:47:25 -07:00
perroned
d83891c49a Remove traces of options pane 2015-05-19 09:06:42 -07:00
perroned
5a11416022 Reverting most of whiteboard 2015-05-19 08:35:12 -07:00
perroned
c68693e5fb Elements are now sized properly through CSS 2015-05-15 13:17:33 -07:00
Oleksandr Zhurbenko
2e9e17bd6c Linked userlist to a private chat 2015-05-14 15:47:31 -07:00
Oleksandr Zhurbenko
84bf3c17ca Got rid of OPTIONS 2015-05-14 15:45:27 -07:00
perroned
74a96b45db Fix whiteboard vertical centering 2015-05-14 11:09:14 -07:00
perroned
938b0b1a8e Use correct listen only icon in userlist and navbar 2015-05-14 09:56:41 -07:00
perroned
6b24647e7e Display label for presenter 2015-05-13 13:07:24 -07:00
perroned
6091fc4ece Underline meeting title 2015-05-13 12:10:42 -07:00
perroned
efca225a83 Merge remote-tracking branch 'maxim/meteor-client-new-ui' into foundation-notifications
Conflicts:
	bigbluebutton-html5/app/client/globals.coffee
	bigbluebutton-html5/app/client/views/users/users_list.html
2015-05-13 12:05:34 -07:00
perroned
0bd69867b0 Major clean up 2015-05-13 11:55:15 -07:00
Maxim Khlobystov
437f12c1b7 Synced the landscape and portrait userlist menus. 2015-05-13 10:49:09 -07:00
perroned
56ed1deb7d Logout modal. Fixed settings 2015-05-13 07:24:21 -07:00
perroned
f26fdb8c41 Fix button maker 2015-05-12 12:47:58 -07:00
perroned
617e34cd62 Merge remote-tracking branch 'maxim/meteor-client-new-ui' into foundation-notifications
Conflicts:
	bigbluebutton-html5/app/client/views/sharedTemplates.html
2015-05-12 12:31:38 -07:00
Maxim Khlobystov
928e856107 Added the buttons to the right-hand side menu. 2015-05-12 11:07:30 -07:00
perroned
6ff3106860 Joining audio notification 2015-05-12 10:56:20 -07:00
perroned
bdccd98130 Listen only icon 2015-05-12 10:18:07 -07:00
perroned
807d36c2e1 Navbar audio icon 2015-05-12 10:05:06 -07:00
perroned
472e32cca2 Closing dialog reverts changes 2015-05-12 08:48:43 -07:00
perroned
8049038213 Prevent background closing of settings dialog 2015-05-12 08:06:05 -07:00
perroned
e8004b6073 Fixed audio notifications 2015-05-12 07:48:11 -07:00
perroned
64bdfe7aa9 Restructuring/moving 2015-05-10 21:43:31 -07:00
perroned
76fbc0eb3e Fixed icons 2015-05-08 11:36:12 -07:00
Oleksandr Zhurbenko
d2b933a73c Added event for userlist 2015-05-07 19:52:36 -07:00
Maxim Khlobystov
e1cad84bd5 Merge branch 'summit-desktop-settings' of https://github.com/perroned/bigbluebutton into meteor-client-new-ui
Conflicts:
	bigbluebutton-html5/app/client/main.coffee
2015-05-07 19:04:51 -04:00
Maxim Khlobystov
9b4b896245 Made the buttons template uniform to be able to use both Ionicons and Foundation icons. 2015-05-07 18:48:14 -04:00
perroned
e762dd49a4 Hide presenter functionality 2015-05-06 23:26:55 -07:00
perroned
f47c69c314 Update BBB settings information 2015-05-06 23:26:40 -07:00
perroned
e199455b0f merge 2015-05-06 23:15:08 -07:00
Anton Georgiev
871803f449 added 2/5 counter for slide (presenter) 2015-05-07 18:14:47 +00:00
Anton Georgiev
f93eac1bb9 Merge branch 'presenter-switch-slide' of github.com:antobinary/bigbluebutton into presenter-switch-slide 2015-05-07 16:34:20 +00:00
Anton Georgiev
ff7166bf45 add tooltips for slides navigation 2015-05-07 12:17:52 -04:00
Richard Alam
6a9bf94c2c Merge pull request #635 from perroned/bridge-construction
Moving functionality into BBB bridge
2015-05-07 11:42:08 -04:00
perroned
840c4965a5 Restyled chatbar 2015-05-06 22:33:13 -07:00
perroned
029b90f2b1 Using Ion icons for user list audio 2015-05-06 21:53:29 -07:00
perroned
539fda349e Removed title for chat and whiteboard 2015-05-06 21:17:59 -07:00
perroned
a241c75093 Use foundation icons for users list 2015-05-06 21:14:17 -07:00
perroned
bbbcc3061c save/cancel changes from settings dialog, more UI 2015-05-06 19:41:58 -07:00
perroned
6a5bddef5e Modal menu's for Foundation 2015-05-06 16:11:59 -07:00
perroned
bf67593fa1 Conflicts 2015-05-06 16:05:34 -07:00
perroned
028951d51d Updating UI for Foundation framework 2015-05-06 15:08:49 -07:00
Oleksandr Zhurbenko
9dff47ef02 Moved a whiteboard's document name from the whiteboard-navbar to the main navbar 2015-05-06 14:22:48 -07:00
Anton Georgiev
8f0cc326f5 presentation slide switch-front end 2015-05-06 19:58:37 +00:00
Maxim Khlobystov
ea8afcaf2a Re-wrote the desktop UI (makes the userlist separate + other modifications). 2015-05-06 10:52:43 -04:00
Lucas Zawacki
6b04a86e7e Prevent slowdown on firefox when deleting lots of shape messages
By creating a new collection called WhiteboardCleanStatus which
is used to alert the clients that the server is cleaning shapes.

When shapes are being cleaned they are not drawn and so things don't slow down on firefox or chrome
2015-05-05 18:33:08 -04:00