[mirotalksfu] - improve UI

هذا الالتزام موجود في:
Miroslav Pejic
2023-01-21 11:38:16 +01:00
الأصل 70ffc99bf1
التزام d41e9e4a10
2 ملفات معدلة مع 5 إضافات و4 حذوفات

عرض الملف

@@ -591,13 +591,12 @@ async function shareRoom(useNavigator = false) {
Swal.fire({
background: swalBackground,
position: 'center',
title: 'Share your meeting room',
title: 'Share the room',
html: `
<br/>
<div id="qrRoomContainer">
<canvas id="qrRoom"></canvas>
</div>
<br/><br/>
<br/>
<p style="background:transparent; color:rgb(8, 189, 89);">Join from your mobile device</p>
<p style="background:transparent; color:white;">No need for apps, simply capture the QR code with your mobile camera</p>
<p style="background:transparent; color:white;">Or</p>
@@ -605,6 +604,8 @@ async function shareRoom(useNavigator = false) {
<p style="background:transparent; color:rgb(8, 189, 89);">${RoomURL}</p>`,
showDenyButton: true,
showCancelButton: true,
cancelButtonColor: 'red',
denyButtonColor: 'green',
confirmButtonText: `Copy URL`,
denyButtonText: `Email invite`,
cancelButtonText: `Close`,

عرض الملف

@@ -364,10 +364,10 @@
<section id="participants" class="fadein center hidden">
<header id="participantsHeader" class="participants-header">
<div id="participantsTitle" class="participants-header-title"></div>
<div class="participants-header-options">
<button id="participantsCloseBtn" class="fas fa-times"></button>
</div>
<div id="participantsTitle" class="participants-header-title"></div>
</header>
<main>
<div id="roomParticipants"></div>