User list UI changes implemented
This commit is contained in:
parent
658b9d81b3
commit
136fa72a7e
8
bigbluebutton-html5/imports/api/users/server/modifiers/addUser.js
Normal file → Executable file
8
bigbluebutton-html5/imports/api/users/server/modifiers/addUser.js
Normal file → Executable file
@ -9,13 +9,9 @@ import addVoiceUser from '/imports/api/voice-users/server/modifiers/addVoiceUser
|
||||
import changeRole from '/imports/api/users/server/modifiers/changeRole';
|
||||
|
||||
const COLOR_LIST = [
|
||||
'#d32f2f', '#c62828', '#b71c1c', '#d81b60', '#c2185b', '#ad1457', '#880e4f',
|
||||
'#8e24aa', '#7b1fa2', '#6a1b9a', '#4a148c', '#5e35b1', '#512da8', '#4527a0',
|
||||
'#7b1fa2', '#6a1b9a', '#4a148c', '#5e35b1', '#512da8', '#4527a0',
|
||||
'#311b92', '#3949ab', '#303f9f', '#283593', '#1a237e', '#1976d2', '#1565c0',
|
||||
'#0d47a1', '#0277bd', '#01579b', '#00838f', '#006064', '#00796b', '#00695c',
|
||||
'#004d40', '#2e7d32', '#1b5e20', '#33691e', '#827717', '#bf360c', '#6d4c41',
|
||||
'#5d4037', '#4e342e', '#3e2723', '#757575', '#616161', '#424242', '#212121',
|
||||
'#546e7a', '#455a64', '#37474f', '#263238',
|
||||
'#0d47a1', '#0277bd', '#01579b',
|
||||
];
|
||||
|
||||
export default function addUser(meetingId, user) {
|
||||
|
7
bigbluebutton-html5/imports/ui/components/user-avatar/styles.scss
Normal file → Executable file
7
bigbluebutton-html5/imports/ui/components/user-avatar/styles.scss
Normal file → Executable file
@ -49,7 +49,7 @@ $user-list-bg: $color-off-white;
|
||||
}
|
||||
|
||||
.talking {
|
||||
box-shadow: 0 0 0 1px $user-list-bg, 0 0 0 3px;
|
||||
box-shadow: 0 0 0 1px $user-list-bg, 0 0 0 6px;
|
||||
}
|
||||
|
||||
.moderator {
|
||||
@ -75,6 +75,10 @@ $user-list-bg: $color-off-white;
|
||||
content: "\00a0\e931\00a0";
|
||||
background-color: $user-indicator-voice-bg;
|
||||
opacity: 1;
|
||||
width: 1.375rem;
|
||||
height: 1.375rem;
|
||||
top: 1.375rem;
|
||||
left: 1.375rem;
|
||||
}
|
||||
}
|
||||
|
||||
@ -90,6 +94,7 @@ $user-list-bg: $color-off-white;
|
||||
&:after {
|
||||
content: "\00a0\e90c\00a0";
|
||||
opacity: 1;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user