[call-me] - improvements, update dep
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "call-me",
|
"name": "call-me",
|
||||||
"version": "1.0.24",
|
"version": "1.0.25",
|
||||||
"description": "Your Go-To for Instant Video Calls",
|
"description": "Your Go-To for Instant Video Calls",
|
||||||
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
|
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
|
||||||
"license": "AGPLv3",
|
"license": "AGPLv3",
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^1.7.9",
|
"axios": "^1.7.9",
|
||||||
"dotenv": "^16.4.7",
|
"dotenv": "^16.4.7",
|
||||||
"express": "^4.21.1",
|
"express": "^4.21.2",
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"socket.io": "^4.8.1",
|
"socket.io": "^4.8.1",
|
||||||
"swagger-ui-express": "5.0.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');
|
sound('ring');
|
||||||
Swal.fire({
|
Swal.fire({
|
||||||
position: 'center',
|
position: 'center',
|
||||||
//icon: 'question',
|
|
||||||
imageUrl: 'assets/ring.png',
|
imageUrl: 'assets/ring.png',
|
||||||
|
imageWidth: 284,
|
||||||
|
imageHeight: 120,
|
||||||
text: 'Do you want to accept call from ' + data.from + ' ?',
|
text: 'Do you want to accept call from ' + data.from + ' ?',
|
||||||
showDenyButton: true,
|
showDenyButton: true,
|
||||||
confirmButtonText: `Yes`,
|
confirmButtonText: `Yes`,
|
||||||
|
|||||||
@@ -216,6 +216,10 @@ input {
|
|||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.swal2-timer-progress-bar {
|
||||||
|
background-color: green !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Webkit-Scrollbar Styles */
|
/* Webkit-Scrollbar Styles */
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user