Reset crypto_vault_extension to clean state before SigSocket implementation

This commit is contained in:
Sameh Abouel-saad
2025-06-05 20:08:10 +03:00
parent 6b037537bf
commit 203cde1cba
7 changed files with 41 additions and 706 deletions

View File

@@ -27,10 +27,6 @@
<span>seconds</span>
</div>
</div>
<div class="settings-item">
<label for="sigSocketUrlInput">SigSocket Server</label>
<input type="text" id="sigSocketUrlInput" placeholder="ws://localhost:8080/ws" value="ws://localhost:8080/ws">
</div>
</div>
</div>
<button id="themeToggle" class="btn-icon-only" title="Switch to dark mode">
@@ -193,11 +189,6 @@
</div>
</div>
</div>
<!-- Sign Request Manager -->
<div id="signRequestContainer">
<!-- Sign request manager will be rendered here -->
</div>
</section>
@@ -207,7 +198,6 @@
<!-- Enhanced JavaScript modules -->
<script src="js/errorHandler.js"></script>
<script src="popup/components/SignRequestManager.js"></script>
<script src="popup.js"></script>
</body>
</html>