Harden webserial session stability for hardware signer reconnect and probing

This commit is contained in:
Laan Tungir
2026-05-28 09:23:09 -04:00
parent b1218fa514
commit 43c8d0d3a3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
* Two-file architecture:
* 1. Load nostr.bundle.js (official nostr-tools bundle)
* 2. Load nostr-lite.js (this file - NOSTR_LOGIN_LITE library with CSS-only themes)
* Generated on: 2026-05-27T19:17:36.261Z
* Generated on: 2026-05-28T13:23:09.549Z
*/
// Verify dependencies are loaded
@@ -436,7 +436,7 @@ class Modal {
modalContent.appendChild(modalHeader);
// Add version element in bottom-right corner aligned with modal body
const versionElement = document.createElement('div');
versionElement.textContent = 'v0.1.19';
versionElement.textContent = 'v0.1.20';
versionElement.style.cssText = `
position: absolute;
bottom: 8px;
+1 -1
View File
@@ -1 +1 @@
0.1.19
0.1.20