[mirotalksfu] - keep about visible
هذا الالتزام موجود في:
@@ -28,6 +28,7 @@ const BUTTONS = {
|
|||||||
chatButton: true,
|
chatButton: true,
|
||||||
whiteboardButton: true,
|
whiteboardButton: true,
|
||||||
settingsButton: true,
|
settingsButton: true,
|
||||||
|
aboutButton: true, // Please keep me always visible, thank you!
|
||||||
exitButton: true,
|
exitButton: true,
|
||||||
},
|
},
|
||||||
producerVideo: {
|
producerVideo: {
|
||||||
@@ -155,6 +156,7 @@ function initClient() {
|
|||||||
setTippy('chatButton', 'Toggle the chat', 'right');
|
setTippy('chatButton', 'Toggle the chat', 'right');
|
||||||
setTippy('whiteboardButton', 'Toggle the whiteboard', 'right');
|
setTippy('whiteboardButton', 'Toggle the whiteboard', 'right');
|
||||||
setTippy('settingsButton', 'Toggle the settings', 'right');
|
setTippy('settingsButton', 'Toggle the settings', 'right');
|
||||||
|
setTippy('aboutButton', 'About this project', 'right')
|
||||||
setTippy('exitButton', 'Leave room', 'right');
|
setTippy('exitButton', 'Leave room', 'right');
|
||||||
setTippy('tabDevicesBtn', 'Devices', 'top');
|
setTippy('tabDevicesBtn', 'Devices', 'top');
|
||||||
setTippy('tabRecordingBtn', 'Recording', 'top');
|
setTippy('tabRecordingBtn', 'Recording', 'top');
|
||||||
@@ -683,7 +685,7 @@ function roomIsReady() {
|
|||||||
show(fileShareButton);
|
show(fileShareButton);
|
||||||
show(participantsButton);
|
show(participantsButton);
|
||||||
show(lockRoomButton);
|
show(lockRoomButton);
|
||||||
show(aboutButton);
|
BUTTONS.main.aboutButton && show(aboutButton);
|
||||||
handleButtons();
|
handleButtons();
|
||||||
handleSelects();
|
handleSelects();
|
||||||
handleInputs();
|
handleInputs();
|
||||||
@@ -1884,11 +1886,11 @@ function showAbout() {
|
|||||||
<br/>
|
<br/>
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<b>Open Source</b> project on
|
<b>Open Source</b> project on
|
||||||
<a href="https://github.com/miroslavpejic85/mirotalksfu" target="_blank"><br/><br />
|
<a href="https://github.com/miroslavpejic85/mirotalksfu" class="umami--click--github" target="_blank"><br/><br />
|
||||||
<img alt="mirotalksfu-github" src="../images/github.png"></a><br/><br />
|
<img alt="mirotalksfu-github" src="../images/github.png"></a><br/><br />
|
||||||
<button class="pulsate" onclick="window.open('https://github.com/sponsors/miroslavpejic85?o=esb')"><i class="fas fa-heart"></i> Support</button>
|
<button class="pulsate umami--click--sponsors" onclick="window.open('https://github.com/sponsors/miroslavpejic85?o=esb')"><i class="fas fa-heart"></i> Support</button>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
Contact: <a href="https://www.linkedin.com/in/miroslav-pejic-976a07101/" target="_blank"> Miroslav Pejic</a>
|
Contact: <a href="https://www.linkedin.com/in/miroslav-pejic-976a07101/" class="umami--click--linkedin" target="_blank"> Miroslav Pejic</a>
|
||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
showClass: {
|
showClass: {
|
||||||
|
|||||||
@@ -105,6 +105,7 @@
|
|||||||
<button id="chatButton" class="hidden"><i class="fas fa-comments"></i></button>
|
<button id="chatButton" class="hidden"><i class="fas fa-comments"></i></button>
|
||||||
<button id="whiteboardButton" class="hidden"><i class="fas fa-chalkboard-teacher"></i></button>
|
<button id="whiteboardButton" class="hidden"><i class="fas fa-chalkboard-teacher"></i></button>
|
||||||
<button id="settingsButton" class="hidden"><i class="fas fa-cogs"></i></button>
|
<button id="settingsButton" class="hidden"><i class="fas fa-cogs"></i></button>
|
||||||
|
<button id="aboutButton" class="hidden"><i class="fas fa-question"></i></button>
|
||||||
<button id="exitButton" class="hidden"><i class="fas fa-right-from-bracket"></i></button>
|
<button id="exitButton" class="hidden"><i class="fas fa-right-from-bracket"></i></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -175,11 +176,6 @@
|
|||||||
<p>Unlock room</p>
|
<p>Unlock room</p>
|
||||||
</button>
|
</button>
|
||||||
<br />
|
<br />
|
||||||
<button id="aboutButton" class="hidden">
|
|
||||||
<i class="fas fa-question"></i>
|
|
||||||
<p>Project info</p>
|
|
||||||
</button>
|
|
||||||
<br />
|
|
||||||
<button id="sessionTimeButton">
|
<button id="sessionTimeButton">
|
||||||
<i class="fas fa-clock"></i>
|
<i class="fas fa-clock"></i>
|
||||||
<p id="sessionTime"></p>
|
<p id="sessionTime"></p>
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم