btcpayserver/BTCPayServer/wwwroot/js
d11n 89d294524a
Checkout v2: Clicking QR code copies full payment URI (#5627)
* Checkout v2: Clicking QR code copies full payment URI

Before it copied only the destination value (Bitcoin address or Lightning BOLT11). This didn't include the BOLT11 in case of the unified QR code. Now it will copy the full payment URI, which is the same as the QR represents:

- Unified: `bitcoin:ADDRESS?amount=AMOUNT&lightning=BOLT11`
- Bitcoin: `bitcoin:ADDRESS?amount=AMOUNT`
- Lightning: `lightning:BOLT11`

Fixes #5625.

* Test fix
2024-01-16 08:54:59 +01:00
..
wallet Refactor QR functionality 2022-09-13 10:17:12 +02:00
webauthn Unify 2FA login boxes (#4506) 2023-01-09 16:38:03 +01:00
copy-to-clipboard.js Checkout v2: Clicking QR code copies full payment URI (#5627) 2024-01-16 08:54:59 +01:00
custodian-account.js Fixed nav menu active states + Better Fake Custodian (#4854) 2023-04-05 15:11:46 +02:00
datatable.js Fix pay report (#5388) 2023-10-12 13:51:50 +09:00
form-editor.js Responsive editor improvements (#5449) 2023-11-09 10:27:33 +01:00
qrcode.js Make sure QRCodes use SVG instead of canvas (QRCodes on Tor does not work because of canvas fingerprinting protections) 2019-07-19 16:27:26 +09:00
store-reports.js fix report crash when some values are null 2023-11-10 12:30:12 +01:00
StoreAddDerivationScheme.js Add Retry button if a BTCPay Vault operation fails 2020-10-08 12:05:03 +09:00
template-editor.js Responsive editor improvements (#5449) 2023-11-09 10:27:33 +01:00
theme-switch.js Theme Switch: Refactor and add system option (#5473) 2023-11-21 09:56:10 +01:00
toggle-password.js Custodian withdrawal support + Some refactoring and cleanup (#4085) 2023-03-20 10:45:32 +09:00
vaultbridge.js Simplify vault logic by introducing a VaultClient (#5434) 2023-10-27 11:54:15 +09:00
vaultbridge.ui.js Boltcard integration (#5419) 2023-12-06 09:17:58 +09:00
vue-utils.js Payment Request: Improve public view (#5413) 2023-11-20 10:45:43 +09:00