diff --git a/package.json b/package.json index bd183bf..b15e41f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "call-me", - "version": "1.0.24", + "version": "1.0.25", "description": "Your Go-To for Instant Video Calls", "author": "Miroslav Pejic - miroslav.pejic.85@gmail.com", "license": "AGPLv3", @@ -21,7 +21,7 @@ "dependencies": { "axios": "^1.7.9", "dotenv": "^16.4.7", - "express": "^4.21.1", + "express": "^4.21.2", "js-yaml": "4.1.0", "socket.io": "^4.8.1", "swagger-ui-express": "5.0.1" diff --git a/public/assets/ring.png b/public/assets/ring.png index 0bf59b4..09d3f59 100644 Binary files a/public/assets/ring.png and b/public/assets/ring.png differ diff --git a/public/client.js b/public/client.js index 9cea435..75ef63d 100755 --- a/public/client.js +++ b/public/client.js @@ -364,8 +364,9 @@ function offerAccept(data) { sound('ring'); Swal.fire({ position: 'center', - //icon: 'question', imageUrl: 'assets/ring.png', + imageWidth: 284, + imageHeight: 120, text: 'Do you want to accept call from ' + data.from + ' ?', showDenyButton: true, confirmButtonText: `Yes`, diff --git a/public/style.css b/public/style.css index e6d2cc4..b8627b7 100644 --- a/public/style.css +++ b/public/style.css @@ -216,6 +216,10 @@ input { border: none !important; } +.swal2-timer-progress-bar { + background-color: green !important; +} + /* Webkit-Scrollbar Styles */ ::-webkit-scrollbar { width: 10px;