[mirotalk] - improve UI

This commit is contained in:
Miroslav Pejic
2022-01-25 17:50:01 +01:00
parent 32e2de21a2
commit 74140bfc4f
6 changed files with 9 additions and 14 deletions
-4
View File
@@ -1158,10 +1158,6 @@ progress {
/*text-decoration: none;*/ /*text-decoration: none;*/
} }
#about b {
color: rgb(0, 180, 50);
}
#about a { #about a {
color: white; color: white;
text-decoration: none; text-decoration: none;
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

+7 -8
View File
@@ -33,11 +33,11 @@ const peerInfo = getPeerInfo();
const peerLoockupUrl = 'https://extreme-ip-lookup.com/json/?key=demo'; const peerLoockupUrl = 'https://extreme-ip-lookup.com/json/?key=demo';
const avatarApiUrl = 'https://eu.ui-avatars.com/api'; const avatarApiUrl = 'https://eu.ui-avatars.com/api';
const surveyURL = 'https://www.questionpro.com/t/AUs7VZq00L'; const surveyURL = 'https://www.questionpro.com/t/AUs7VZq00L';
const welcomeImg = '../images/image-placeholder.svg'; const welcomeImg = '../images/image-placeholder.png';
const shareUrlImg = '../images/image-placeholder.svg'; const shareUrlImg = '../images/image-placeholder.png';
const leaveRoomImg = '../images/leave-room.png'; const leaveRoomImg = '../images/leave-room.png';
const confirmImg = '../images/image-placeholder.svg'; const confirmImg = '../images/image-placeholder.png';
const fileSharingImg = '../images/image-placeholder.svg'; const fileSharingImg = '../images/image-placeholder.png';
// nice free icon: https://www.iconfinder.com // nice free icon: https://www.iconfinder.com
const roomLockedImg = '../images/locked.png'; const roomLockedImg = '../images/locked.png';
const camOffImg = '../images/cam-off.png'; const camOffImg = '../images/cam-off.png';
@@ -46,7 +46,7 @@ const deleteImg = '../images/delete.png';
const youtubeImg = '../images/youtube.png'; const youtubeImg = '../images/youtube.png';
const messageImg = '../images/message.png'; const messageImg = '../images/message.png';
const kickedOutImg = '../images/leave-room.png'; const kickedOutImg = '../images/leave-room.png';
const aboutImg = '../images/about.png'; const aboutImg = '../images/about.jpg';
const surveyActive = true; // when leaving the room give a feedback const surveyActive = true; // when leaving the room give a feedback
const notifyBySound = true; // turn on - off sound notifications const notifyBySound = true; // turn on - off sound notifications
@@ -5291,9 +5291,8 @@ function showAbout() {
html: ` html: `
<br/> <br/>
<div id="about"> <div id="about">
<b>Open Source</b> project on <b><a href="https://github.com/miroslavpejic85/mirotalk" target="_blank">Open Source</a></b> project
<a href="https://github.com/miroslavpejic85/mirotalk" target="_blank"><br/></br> <br/><br/>
<img alt="mirotalk github" src="../images/github.png"></a><br/><br/>
<button class="far fa-heart pulsate" onclick="window.open('https://github.com/sponsors/miroslavpejic85?o=esb')"> Sponsor</button> <button class="far fa-heart pulsate" onclick="window.open('https://github.com/sponsors/miroslavpejic85?o=esb')"> Sponsor</button>
<br /><br /> <br /><br />
Author:<a href="https://www.linkedin.com/in/miroslav-pejic-976a07101/" target="_blank"> Miroslav Pejic</a> Author:<a href="https://www.linkedin.com/in/miroslav-pejic-976a07101/" target="_blank"> Miroslav Pejic</a>
+2 -2
View File
@@ -106,7 +106,7 @@ access to use this app.
<section id="msgerDraggable" class="msger-draggable fadein"> <section id="msgerDraggable" class="msger-draggable fadein">
<section id="msger" class="msger"> <section id="msger" class="msger">
<header id="msgerHeader" class="msger-header"> <header id="msgerHeader" class="msger-header">
<div class="msger-header-title"><button id="msgerClose" class="fas fa-times"></button> Chat</div> <div class="msger-header-title"><button id="msgerClose" class="fas fa-times"></button></div>
<div class="msger-header-options"> <div class="msger-header-options">
<button id="msgerTheme" class="fas fa-ghost"></button> <button id="msgerTheme" class="fas fa-ghost"></button>
<button id="msgerClean" class="fas fa-trash"></button> <button id="msgerClean" class="fas fa-trash"></button>
@@ -173,7 +173,7 @@ access to use this app.
<section id="caption" class="msger"> <section id="caption" class="msger">
<header id="captionHeader" class="msger-header"> <header id="captionHeader" class="msger-header">
<div class="msger-header-title"> <div class="msger-header-title">
<button id="captionClose" class="fas fa-times"></button> Captions <button id="captionClose" class="fas fa-times"></button>
</div> </div>
<div class="msger-header-options"> <div class="msger-header-options">
<button id="captionTheme" class="fas fa-ghost"></button> <button id="captionTheme" class="fas fa-ghost"></button>