[call-me] - improvements, update dep

This commit is contained in:
Miroslav Pejic
2024-12-07 20:33:30 +01:00
parent 051fe49ef3
commit c0e3a84dd5
4 changed files with 8 additions and 3 deletions
+2 -2
View File
@@ -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"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 12 KiB

+2 -1
View File
@@ -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`,
+4
View File
@@ -216,6 +216,10 @@ input {
border: none !important;
}
.swal2-timer-progress-bar {
background-color: green !important;
}
/* Webkit-Scrollbar Styles */
::-webkit-scrollbar {
width: 10px;