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
6982506acc
jiti-meet
/
css
/
_recording.scss
4 lines
47 B
SCSS
Raw
Normal View
History
Unescape
Escape
Display spinner for RETRYING recording status
2016-07-08 12:50:09 +00:00
.
recordingSpinner
{
Adjusted styles for "Live Streaming" indicator.
2016-10-19 16:36:10 +00:00
vertical-align
:
top
;
ref(recording): convert recording label to react (#1915) * ref(recording): convert recording label to react - Create a RecordingLabel component for displaying the current recording state, as reflected in the redux store. This is needed for 1-on-1 mode to be completely in redux. - Update the store with the recording state so RecordingLabel can update itself. - Remove previous logic for updating the non-react label, which includes event emitting for filmstrip visibility changes, as RecordingLabel is hooked into redux updates. * ref(recording): use status and type constants from lib * make label really dumb, move logic back to Recording
2017-08-25 16:45:30 +00:00
}