From 0ef2d6be7255c6de53eede80bd43a12893e94fe7 Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Sat, 18 Jul 2026 17:43:27 -0400 Subject: [PATCH] Redesign migration UI: consolidate seed buttons, plain-text PQ key checklist, remove signature cards, per-relay publish checkboxes, rewrite OTS step with auto-polling, remove inverted black backgrounds, add header padding and copy kind 11112 event --- package.json | 2 +- www/index.html | 427 +++++++++++++++++++++++++------------------- www/js/version.json | 6 +- 3 files changed, 243 insertions(+), 192 deletions(-) diff --git a/package.json b/package.json index 1712208..4e3e3a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "post_quantum_nostr", - "version": "0.0.2", + "version": "0.0.3", "description": "A migration strategy for bringing post-quantum security to Nostr without breaking the social graph, without requiring consensus on a single post-quantum algorithm, and without forcing existing users to abandon their identities.", "main": "index.js", "scripts": { diff --git a/www/index.html b/www/index.html index 3650b1e..2b98269 100644 --- a/www/index.html +++ b/www/index.html @@ -11,6 +11,14 @@