From 3040bd5a57b9d415625164d9dc8946c653c3e5f3 Mon Sep 17 00:00:00 2001 From: NguyenAnhQuan Date: Thu, 23 Oct 2025 15:30:00 +0700 Subject: [PATCH] refactor: 231025/delete_unneccesary_element --- src/components/WalletInfo.vue | 59 +------------------ src/views/Auth/AuthView.vue | 4 -- src/views/Home/HomeView.vue | 15 ++--- src/views/Home/components/NetworkTab.vue | 10 ---- src/views/Home/components/TransactionsTab.vue | 41 ------------- .../components/{DebugTab.vue => UTXOTab.vue} | 30 +--------- src/views/Home/components/WalletTab.vue | 7 --- src/views/Home/components/index.ts | 3 +- 8 files changed, 8 insertions(+), 161 deletions(-) delete mode 100644 src/views/Home/components/TransactionsTab.vue rename src/views/Home/components/{DebugTab.vue => UTXOTab.vue} (64%) diff --git a/src/components/WalletInfo.vue b/src/components/WalletInfo.vue index d4a09e2..b3c9a06 100644 --- a/src/components/WalletInfo.vue +++ b/src/components/WalletInfo.vue @@ -16,10 +16,6 @@ const copyAddress = () => { const handleSend = () => { console.log('Send clicked') } - -const handleScanQR = () => { - console.log('Scan QR clicked') -}