[call-me] - improve UI

This commit is contained in:
Miroslav Pejic
2024-12-28 19:24:11 +01:00
parent d79ebc7b69
commit 1ec95aedde
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "call-me",
"version": "1.0.35",
"version": "1.0.36",
"description": "Your Go-To for Instant Video Calls",
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
"license": "AGPLv3",
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

+4 -2
View File
@@ -60,9 +60,11 @@ async function checkRoomPassword(maxRetries = 3, attempts = 0) {
autocapitalize: 'off',
autocorrect: 'off',
},
showCancelButton: true,
allowOutsideClick: false,
allowEscapeKey: false,
showDenyButton: true,
confirmButtonText: 'Submit',
cancelButtonText: 'Cancel',
denyButtonText: `Cancel`,
preConfirm: (password) => {
if (!password) {
Swal.showValidationMessage('Password cannot be empty');
+1 -1
View File
@@ -259,7 +259,7 @@ input {
/* Swal2 custom theme */
.swal2-popup {
background-color: #333 !important;
background: rgba(0, 0, 0, 0.5) !important;
color: var(--text-color) !important;
border: none !important;
}