Enhance UI, remove unused code

This commit is contained in:
zaelgohary
2025-05-28 11:39:25 +03:00
parent 37764e3861
commit c2c5be3409
7 changed files with 254 additions and 487 deletions

View File

@@ -99,32 +99,7 @@
</div>
</div>
<!-- Selected Keypair Info - Hidden from user -->
<div class="card hidden completely-hidden" id="selectedKeypairCard">
<h3>Selected Keypair</h3>
<div class="keypair-info">
<div class="info-row">
<label>Name:</label>
<span id="selectedName">-</span>
</div>
<div class="info-row">
<label>Type:</label>
<span id="selectedType">-</span>
</div>
<div class="info-row">
<label>Public Key:</label>
<div class="public-key-container">
<code id="selectedPublicKey">-</code>
<button id="copyPublicKeyBtn" class="btn-copy" title="Copy to clipboard">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
</svg>
</button>
</div>
</div>
</div>
</div>
<!-- Crypto Operations -->
<div class="card">
@@ -202,11 +177,7 @@
</div>
</section>
<!-- Loading Overlay -->
<div class="loading-overlay hidden" id="loadingOverlay">
<div class="spinner"></div>
<p>Processing...</p>
</div>
</div>