[mirotalksfu] - UI

هذا الالتزام موجود في:
Miroslav Pejic
2023-04-04 09:20:00 +02:00
الأصل f32e635a02
التزام b33b852c6f

عرض الملف

@@ -222,7 +222,7 @@ access to use this app.
<table class="settingsTable"> <table class="settingsTable">
<tr id="lobbyButton" class="hidden"> <tr id="lobbyButton" class="hidden">
<td> <td>
<label for="switchLobby"><i class="fas fa-shield-halved"></i>&nbsp;Lobby</label> <label for="switchLobby"><i class="fas fa-shield-halved"></i>&nbsp;&nbsp;Lobby</label>
</td> </td>
<td class="form-check form-switch form-switch-md" style="margin-left: 10px"> <td class="form-check form-switch form-switch-md" style="margin-left: 10px">
<input id="switchLobby" class="form-check-input" type="checkbox" /> <input id="switchLobby" class="form-check-input" type="checkbox" />
@@ -231,7 +231,7 @@ access to use this app.
<tr id="pitchBarButton"> <tr id="pitchBarButton">
<td> <td>
<label for="switchPitchBar" <label for="switchPitchBar"
><i class="fas fa-microphone-lines"></i>&nbsp;Pitch bar</label ><i class="fas fa-microphone-lines"></i>&nbsp;&nbsp;Pitch bar</label
> >
</td> </td>
<td class="form-check form-switch form-switch-md" style="margin-left: 10px"> <td class="form-check form-switch form-switch-md" style="margin-left: 10px">
@@ -240,7 +240,7 @@ access to use this app.
</tr> </tr>
<tr id="soundsButton"> <tr id="soundsButton">
<td> <td>
<label for="switchSounds"><i class="fas fa-music"></i>&nbsp;Sounds</label> <label for="switchSounds"><i class="fas fa-music"></i>&nbsp;&nbsp;Sounds</label>
</td> </td>
<td class="form-check form-switch form-switch-md" style="margin-left: 10px"> <td class="form-check form-switch form-switch-md" style="margin-left: 10px">
<input id="switchSounds" class="form-check-input" type="checkbox" checked /> <input id="switchSounds" class="form-check-input" type="checkbox" checked />
@@ -248,7 +248,7 @@ access to use this app.
</tr> </tr>
<tr> <tr>
<td> <td>
<label for="sessionTime"><i class="fas fa-clock"></i>&nbsp;Session time</label> <label for="sessionTime"><i class="fas fa-clock"></i>&nbsp;&nbsp;Session time</label>
</td> </td>
<td><label id="sessionTime">00:00:00</label></td> <td><label id="sessionTime">00:00:00</label></td>
</tr> </tr>
@@ -276,7 +276,7 @@ access to use this app.
</button> </button>
<table class="settingsTable"> <table class="settingsTable">
<tr> <tr>
<td><i style="color: red" class="fa-solid fa-circle"></i>&nbsp;REC time:</td> <td><i style="color: red" class="fa-solid fa-circle"></i>&nbsp;&nbsp;REC time:</td>
<td id="recordingStatus">0s</td> <td id="recordingStatus">0s</td>
</tr> </tr>
</table> </table>