diff --git a/.env.template b/.env.template index 2f8c5d40..697430ff 100644 --- a/.env.template +++ b/.env.template @@ -1,5 +1,5 @@ # ==================================================== -# MiroTalk P2P v.1.8.05 - Environment Configuration +# MiroTalk P2P v.1.8.06 - Environment Configuration # ==================================================== # App environment diff --git a/app/src/config.template.js b/app/src/config.template.js index 474f2414..5b21241f 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -2,7 +2,7 @@ /** * ============================================== - * MiroTalk P2P v.1.8.05 - Configuration File + * MiroTalk P2P v.1.8.06 - Configuration File * ============================================== * * This file is the central configuration source. diff --git a/app/src/server.js b/app/src/server.js index f1aa9218..f16874c1 100755 --- a/app/src/server.js +++ b/app/src/server.js @@ -45,7 +45,7 @@ dependencies: { * @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.8.05 + * @version 1.8.06 * */ diff --git a/package-lock.json b/package-lock.json index cd1badf6..29ede557 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirotalk", - "version": "1.8.05", + "version": "1.8.06", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirotalk", - "version": "1.8.05", + "version": "1.8.06", "license": "AGPL-3.0", "dependencies": { "@mattermost/client": "11.6.0", @@ -3228,9 +3228,9 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.11", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", - "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz", + "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 1c273daf..147dc7cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalk", - "version": "1.8.05", + "version": "1.8.06", "description": "A free WebRTC browser-based video call", "main": "server.js", "scripts": { diff --git a/public/css/client.css b/public/css/client.css index e3622a3c..b923f80f 100755 --- a/public/css/client.css +++ b/public/css/client.css @@ -4250,6 +4250,61 @@ body { color: #d4a017 !important; } +/* AI Typing Indicator */ +.ai-typing-indicator { + display: flex; + align-items: center; + gap: 8px; + padding: 12px 16px; + margin: 8px 0; + float: left; + clear: both; +} + +.ai-typing-indicator .typing-dots { + display: flex; + align-items: center; + gap: 4px; + background: rgba(255, 255, 255, 0.06); + border: 1px solid rgba(255, 255, 255, 0.06); + border-radius: 16px; + padding: 12px 18px; + backdrop-filter: blur(8px); +} + +.ai-typing-indicator .typing-dots span { + width: 8px; + height: 8px; + border-radius: 50%; + background: rgba(255, 255, 255, 0.5); + animation: typingBounce 1.4s infinite ease-in-out both; +} + +.ai-typing-indicator .typing-dots span:nth-child(1) { + animation-delay: -0.32s; +} + +.ai-typing-indicator .typing-dots span:nth-child(2) { + animation-delay: -0.16s; +} + +.ai-typing-indicator .typing-dots span:nth-child(3) { + animation-delay: 0s; +} + +@keyframes typingBounce { + 0%, + 80%, + 100% { + transform: scale(0.6); + opacity: 0.4; + } + 40% { + transform: scale(1); + opacity: 1; + } +} + /* z-index 6 theme custom picker diff --git a/public/js/brand.js b/public/js/brand.js index c5537e28..ba443b43 100644 --- a/public/js/brand.js +++ b/public/js/brand.js @@ -109,7 +109,7 @@ let brand = { }, about: { imageUrl: '../images/mirotalk-logo.gif', - title: 'WebRTC P2P v1.8.05', + title: 'WebRTC P2P v1.8.06', html: `