Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
bora-it
Commits
3e9c534c
Commit
3e9c534c
authored
Aug 01, 2021
by
Kim, Chaerin
Browse files
img 폴더로 관리
parent
303f5519
Changes
10
Show whitespace changes
Inline
Side-by-side
client/src/components/Home/RoomSingle.js
View file @
3e9c534c
...
...
@@ -6,7 +6,7 @@ import userApi from '../../apis/user.api';
const
RoomSingle
=
()
=>
{
const
[
roomNum
,
setRoomNum
]
=
useState
(
''
)
const
[
room
,
setRoom
]
=
useState
([])
const
i
d
=
localStorage
.
getItem
(
'
user
'
);
const
roomI
d
=
localStorage
.
getItem
(
'
user
'
);
const
channelId
=
1
const
A
=
[]
...
...
@@ -30,7 +30,7 @@ const RoomSingle = () => {
return
(
<
Link
to
=
{
`/room/
${
i
d
}
/
${
channelId
}
`
}
to
=
{
`/room/
${
roomI
d
}
/
${
channelId
}
`
}
className
=
"
text-decoration-none text-dark
"
>
<
div
...
...
client/src/components/Room/Controller.js
View file @
3e9c534c
import
ScreenSelect
from
'
./ScreenSelect
'
import
video_btn
from
'
../../videobtn.png
'
import
speaker_btn
from
'
../../speakerbtn.png
'
import
mic_btn
from
'
../../micbtn.png
'
import
videooff_btn
from
'
../../videooffbtn.png
'
import
speakeroff_btn
from
'
../../speakeroffbtn.png
'
import
micoff_btn
from
'
../../micoffbtn.png
'
import
video_btn
from
'
../../
images/
videobtn.png
'
import
speaker_btn
from
'
../../
images/
speakerbtn.png
'
import
mic_btn
from
'
../../
images/
micbtn.png
'
import
videooff_btn
from
'
../../
images/
videooffbtn.png
'
import
speakeroff_btn
from
'
../../
images/
speakeroffbtn.png
'
import
micoff_btn
from
'
../../
images/
micoffbtn.png
'
import
React
,
{
useState
}
from
'
react
'
;
const
Controller
=
()
=>
{
...
...
client/src/components/Room/LeftHamburger.js
View file @
3e9c534c
import
backward
from
"
../../backward.png
"
;
import
backward
from
"
../../
images/
backward.png
"
;
import
ChannelSingle
from
"
./ChannelSingle
"
;
const
LeftHamberger
=
()
=>
{
...
...
client/src/backward.png
→
client/src/
images/
backward.png
View file @
3e9c534c
File moved
client/src/micbtn.png
→
client/src/
images/
micbtn.png
View file @
3e9c534c
File moved
client/src/micoffbtn.png
→
client/src/
images/
micoffbtn.png
View file @
3e9c534c
File moved
client/src/speakerbtn.png
→
client/src/
images/
speakerbtn.png
View file @
3e9c534c
File moved
client/src/speakeroffbtn.png
→
client/src/
images/
speakeroffbtn.png
View file @
3e9c534c
File moved
client/src/videobtn.png
→
client/src/
images/
videobtn.png
View file @
3e9c534c
File moved
client/src/videooffbtn.png
→
client/src/
images/
videooffbtn.png
View file @
3e9c534c
File moved
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