enlarge back btn, increased qr timeout to 60secs

This commit is contained in:
2025-04-07 21:20:29 +03:00
parent 15f6acfda1
commit 63c96f5ea0
8 changed files with 262 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ window.addEventListener("message", (event) => {
}
});
export const sendMessageBackground = (action, data = {}, timeout = 180000, isExtension, appInfo, skipAuth) => {
export const sendMessageBackground = (action, data = {}, timeout = 240000, isExtension, appInfo, skipAuth) => {
return new Promise((resolve, reject) => {
const requestId = generateRequestId(); // Unique ID for each request
callbackMap.set(requestId, { resolve, reject }); // Store both resolve and reject callbacks