[call-me] - improvements, update dep
This commit is contained in:
+2
-2
@@ -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
@@ -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`,
|
||||
|
||||
@@ -216,6 +216,10 @@ input {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.swal2-timer-progress-bar {
|
||||
background-color: green !important;
|
||||
}
|
||||
|
||||
/* Webkit-Scrollbar Styles */
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
|
||||
Reference in New Issue
Block a user