Commit Graph

62 Commits

Author SHA1 Message Date
KDSBrowne
f1cd5f2d6e move _.uniqueId() out of render function 2017-12-15 20:25:41 -08:00
KDSBrowne
409b2e95e3 clean up code 2017-12-15 07:22:29 -08:00
KDSBrowne
57e1f80d55 convert to component that entends Purefunction 2017-12-14 11:23:43 -08:00
KDSBrowne
b59106912a fix console warnings 2017-12-14 09:31:05 -08:00
Anton Georgiev
b450db91f7
Merge pull request #4683 from KDSBrowne/z14-fix-userlist-keyboard-accessibility
Fix user-list keyboard accessibility
2017-12-13 16:25:44 -02:00
KDSBrowne
61de88d8d0 clean up code 2017-12-06 08:36:29 -08:00
KDSBrowne
089b3c5b56 make userlist accessibility work via props/state 2017-12-06 08:34:23 -08:00
Tainan Felipe
188fa68ff9 fix false click in userlist 2017-12-04 10:42:47 -02:00
KDSBrowne
632d56d456 fix scrollbar appearing when it shouldn't 2017-11-30 13:02:33 -08:00
KDSBrowne
23e3d6b322 fix mouse not able to scroll through lists in userlist 2017-11-30 12:51:05 -08:00
KDSBrowne
628c6114c7 change variable names 2017-11-30 11:48:16 -08:00
KDSBrowne
d81591e7ce Merge remote-tracking branch 'upstream/v2.0.x-release' into z14-fix-userlist-keyboard-accessibility 2017-11-30 11:17:03 -08:00
KDSBrowne
8b1e96acb8 fix first item in lists not being selected bug 2017-11-30 09:57:20 -08:00
KDSBrowne
a599bcd7c7 remove the need for .firstChild 2017-11-28 12:10:12 -08:00
KDSBrowne
54d82d456c use firstchild once instead of 3 2017-11-17 12:54:04 -08:00
KDSBrowne
afb5016f95 remove css duplication 2017-11-17 07:52:28 -08:00
KDSBrowne
65dca66402 only show box-shadow when list selected in userlist with Tab key 2017-11-16 12:31:12 -08:00
KDSBrowne
5af9e51e30 fix broken userlist keyboard accessibility 2017-11-16 11:45:37 -08:00
KDSBrowne
f4468067aa add margin left to items in userlist 2017-11-16 10:50:40 -08:00
KDSBrowne
9412ce7da1 Merge remote-tracking branch 'upstream/v2.0.x-release' into pr-4555-redone 2017-11-16 10:46:04 -08:00
KDSBrowne
2784a53570 add left margin to items in userlist 2017-11-16 08:26:49 -08:00
KDSBrowne
37bd382044 remove margin-bottom from last userlist item 2017-11-14 12:58:54 -08:00
KDSBrowne
d83747d842 remove visible browser scrollbar 2017-11-14 09:02:44 -08:00
KDSBrowne
3b8a721068 change users focus border to match hover color 2017-11-14 08:53:44 -08:00
KDSBrowne
4dd7b539df remove unused focus mixin import 2017-11-14 07:50:02 -08:00
KDSBrowne
1c16768cb1 eliminate focus and hover style css duplication 2017-11-14 07:41:03 -08:00
KDSBrowne
f170967d2a add hover style to userlist user and chat items 2017-11-14 07:34:53 -08:00
KDSBrowne
3264ee26f2 replace pixel values with variables 2017-11-09 09:03:32 -08:00
KDSBrowne
75c445b582 rename color variables in palette.scss 2017-11-08 08:42:13 -08:00
KDSBrowne
a9e11c2149 remove customUserlistItemFocus and add styles to %list-item 2017-11-07 11:07:11 -08:00
KDSBrowne
4a413ae135 rename customListFocus and remove borders 2017-11-06 12:58:17 -08:00
Anton Georgiev
63eb812f85
Merge pull request #4578 from OZhurbenko/meteor-react-16-update
React 16 and packages update
2017-11-02 10:41:45 -02:00
KDSBrowne
900c20f86a move and convert focus styles to mixins 2017-11-01 09:01:55 -07:00
KDSBrowne
26129e7141 Merge remote-tracking branch 'upstream/v2.0.x-release' into z10-convert-styles-mixins 2017-11-01 08:10:13 -07:00
Anton Georgiev
970205f92d Merge pull request #4556 from jfsiebel/fix-user-list-mute-unmute-logic
fix allowedToMuteAudio and allowedToUnmuteAudio logic and created action
2017-10-27 12:01:14 -02:00
Oleksandr Zhurbenko
6dabe055d8 bug fixes; CSS animation package update; updated package-lock; fixed permissions; 2017-10-25 16:11:06 -07:00
KDSBrowne
c8a38377a5 use absolute import 2017-10-24 09:07:27 -07:00
KDSBrowne
445522a8dd add variables for css values 2017-10-24 09:06:04 -07:00
KDSBrowne
2621039e16 update userListItems and menuItems focus styles 2017-10-24 08:59:07 -07:00
Joao Siebel
8a534f14b1 fix allowedToMuteAudio and allowedToUnmuteAudio logic and created action 2017-10-24 13:35:47 -02:00
Oleksandr Zhurbenko
a2c635d094 Fixed a bug with Settings not being closed when click Cancel 2017-10-23 16:19:02 -07:00
Anton Georgiev
f1de51595d Merge pull request #4515 from OZhurbenko/fix-warnings-assign-presenter
[HTML5] - Fix for the React console warnings
2017-10-13 14:06:31 -03:00
Oleksandr Zhurbenko
21dcafb047 Fixed some of the console warning happenning when user is a moderator and he opens user-list/chat 2017-10-11 12:11:04 -07:00
Oswaldo Acauan
34106e6de4 Fix user list messages max height 2017-10-11 15:11:48 -03:00
Oswaldo Acauan
2bebe4262a Fix user-list scroll background 2017-10-11 14:28:34 -03:00
Oswaldo Acauan
d049c982a0 Fix user-list scroll styles 2017-10-06 15:11:19 -03:00
Oswaldo Acauan
29117285ef Merge remote-tracking branch 'upstream/v2.0.x-release' into qa-design 2017-10-06 11:59:07 -03:00
Anton Georgiev
edf569f479 Merge pull request #4466 from OZhurbenko/presenter-functionality-2x
HTML5 - Fix for an incorrectly displayed pop-up in the UserList
2017-10-06 10:00:36 -04:00
Oleksandr Zhurbenko
6639ee5e8e Fixed incorrectly displayed dropdown in the user list, if it was scrolled down 2017-10-05 14:46:46 -07:00
Anton Georgiev
6b1a29eab4 Merge pull request #4426 from OZhurbenko/presenter-functionality-2x
HTML5 - Whiteboard/Presentation fixes, improvements, refactoring
2017-10-04 14:05:03 -04:00