Skip to content

Commit

Permalink
[call-me] - improve UI
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Dec 28, 2024
1 parent d79ebc7 commit 1ec95ae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Binary file modified public/assets/ring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions public/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 1ec95ae

Please sign in to comment.