fix: streamline result UI — wallet button, clickable QR, autofill fix

- Replace "Link kopieren" + "QR speichern" with "In Wallet öffnen" button
- QR code clickable to save as PNG with subtle hint text
- Fix chromium autofill overriding dark input backgrounds
- Center button text and remove underline on link-buttons
This commit is contained in:
Alexander Schmidt
2026-03-24 18:16:23 +01:00
parent bd796e46dc
commit 35552b7dff
4 changed files with 38 additions and 10 deletions

View File

@@ -65,9 +65,8 @@
</div>
</div>
<div class="actions">
<button class="btn btn-secondary" id="copyUri" data-i18n="btn_copy_link"></button>
<a class="btn btn-secondary" id="openWallet" href="#" data-i18n="btn_open_wallet"></a>
<button class="btn btn-secondary" id="copyAddr" data-i18n="btn_copy_addr"></button>
<button class="btn btn-secondary" id="downloadQr" data-i18n="btn_download_qr"></button>
</div>
<button class="btn btn-primary btn-new" id="newRequest" data-i18n="btn_new_request"></button>
</div>