Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
awrtc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Кубота
awrtc
Commits
20e5195e
Commit
20e5195e
authored
Oct 07, 2021
by
Иван Кубота
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
round table, orange button, button move
parent
21cbbd25
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
5 deletions
+16
-5
CallScreen.js
build/view/CallScreen.js
+5
-3
tableComponent.css
build/view/tableComponent.css
+11
-2
No files found.
build/view/CallScreen.js
View file @
20e5195e
...
...
@@ -327,8 +327,9 @@ Screen.Conference = function() {
D
.
div
({
cls
:
[
'bottom-buttons'
,
{
hidden
:
Store
.
NOT
(
store
.
val
(
'callScreenCamerasTune'
))
}]},
D
.
div
({
style
:
{
minWidth
:
'10px'
}},
D
.
h
(
'button'
,
{
cls
:
[
'button primary'
,
{
nothing
:
Store
.
OR
(
isConnected
,
isConnecting
)}],
cls
:
[
'button primary'
,
{
hidden
:
Store
.
OR
(
isConnected
,
isConnecting
)}],
onclick
:
()
=>
{
isConnecting
.
set
(
true
);
store
.
set
(
'connection'
,
true
)
...
...
@@ -336,7 +337,7 @@ Screen.Conference = function() {
},
'Ready to connect'
),
D
.
h
(
'button'
,
{
cls
:
[
'button primary'
,
{
nothing
:
Store
.
NOT
(
Store
.
OR
(
isConnected
,
isConnecting
))}],
cls
:
[
'button orange'
,
{
hidden
:
Store
.
NOT
(
Store
.
OR
(
isConnected
,
isConnecting
))}],
onclick
:
function
(){
var
_self
=
this
;
store
.
set
(
'connection'
,
false
);
...
...
@@ -349,7 +350,8 @@ Screen.Conference = function() {
},
300
);
}
},
'Reconnect'
),
},
'Reconnect'
)
),
D
.
h
(
'button'
,
{
cls
:
[
'button orange'
,
{
hidden
:
/*isConnected*/
false
}],
...
...
build/view/tableComponent.css
View file @
20e5195e
...
...
@@ -16,11 +16,19 @@
line-height
:
1.33
;
}
.table-component--guest-row--guest
{
padding
:
0
5px
;
text-align
:
center
;
cursor
:
pointer
;
min-width
:
200px
;
}
.table-component--table
{
position
:
relative
;
border-radius
:
24px
;
border-radius
:
100%
;
width
:
262px
;
height
:
77px
;
height
:
262px
;
margin
:
-33px
0
;
border
:
1px
solid
#5C5C5C
;
}
...
...
@@ -31,6 +39,7 @@
width
:
264px
;
min-height
:
60px
;
position
:
relative
;
margin-left
:
-78px
;
}
.table-component--guest-row--guest__user-icon--circle
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment