webapp/src/modules/wallet/components
padreug bebdc3c24c Add QR code scanning functionality with new QRScanner component
- Introduced a new QRScanner component to facilitate QR code scanning within the application.
- Integrated QR code scanning capabilities into the SendDialog.vue, allowing users to scan QR codes for payment destinations.
- Updated package.json and package-lock.json to include the qr-scanner library for QR code processing.
- Enhanced user experience by providing visual feedback and error handling during the scanning process.

These changes improve the payment workflow by enabling users to easily scan QR codes for transactions.
2025-09-18 23:01:01 +02:00
..
index.ts Add wallet module with receive and send functionality 2025-09-14 23:08:01 +02:00
ReceiveDialog.vue Enhance QR code interaction in ReceiveDialog.vue 2025-09-18 23:01:01 +02:00
SendDialog.vue Add QR code scanning functionality with new QRScanner component 2025-09-18 23:01:01 +02:00
WalletTransactions.vue Add wallet module with receive and send functionality 2025-09-14 23:08:01 +02:00