-
@@ -770,20 +786,29 @@ function App() {
+
+
{generatedSeed}
++ 👆 Hover to reveal - Write down securely +
-
-
@@ -1212,7 +1244,7 @@ function App() {
diff --git a/src/components/DiceEntropy.tsx b/src/components/DiceEntropy.tsx
index d1cc722..0e56887 100644
--- a/src/components/DiceEntropy.tsx
+++ b/src/components/DiceEntropy.tsx
@@ -168,7 +168,7 @@ const DiceEntropy: React.FC- {decryptedRestoredMnemonic} -
+
+
+ {decryptedRestoredMnemonic} +
++ 👆 Hover to reveal decrypted seed +
+
- { setRolls(e.target.value.replace(/[^1-6\s]/g, '')); setError(''); }} placeholder="99+ dice rolls (e.g., 16345...)" className="w-full h-32 p-3 bg-[#0a0a0f] border-2 border-[#00f0ff]/50 rounded-lg font-mono text-xs placeholder:text-[10px] placeholder:text-[#6ef3f7] focus:outline-none focus:border-[#ff006e] focus:shadow-[0_0_20px_rgba(255,0,110,0.5)] transition-all resize-none" />
+ { setRolls(e.target.value.replace(/[^1-6\s]/g, '')); setError(''); }} placeholder="99+ dice rolls (e.g., 16345...)" className="w-full h-32 p-3 bg-[#0a0a0f] border-2 border-[#00f0ff]/50 rounded-lg font-mono text-sm text-[#00f0ff] placeholder:text-[10px] placeholder:text-[#6ef3f7] focus:outline-none focus:border-[#ff006e] focus:shadow-[0_0_20px_rgba(255,0,110,0.5)] transition-all resize-none" />
{error && (Current: {rolls.replace(/\s/g, '').length} rolls {rolls.replace(/\s/g, '').length >= 99 && ' ✓'}
{error}
-
- {/* ROW 1: Logo + App Info */}
+
+ {/* ROW 1: Logo + App Info (LEFT) | Reset (RIGHT) */}
+
+ {/* Reset button - top right */}
+
- {/* ROW 2: Monitoring Badges + Action Buttons */}
-
@@ -66,11 +63,21 @@ const Header: React.FC = ({
OpenPGP-secured BIP39 backup
- {/* Left: Badges */}
+ {/* ROW 2: Badges (LEFT) | Action Buttons (RIGHT) */}
+
+ {/* Left: Monitoring Badges */}
@@ -120,10 +114,11 @@ const Header: React.FC = ({
{/* ROW 3: Navigation Tabs */}
@@ -79,40 +86,27 @@ const Header: React.FC = ({
-
+ {/* Spacer - pushes right content to the right */}
+
+
{/* Right: Action Buttons */}
- {encryptedMnemonicCache && (
-
- )}
+ {/* Network Block toggle */}
-
-