From 9f9b67918e6517f42d40cf891958a214e5c36191 Mon Sep 17 00:00:00 2001 From: MiloKow Date: Tue, 16 Sep 2025 14:15:27 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20[ADD]=20Adding=20the?= =?UTF-8?q?=20front=20of=20the=20autowallet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/AutoWallet.vue | 318 +++-- .../src/components/FullPipelineDashboard.vue | 665 ++++++----- .../src/components/NewsAlertsDashboard.vue | 1047 ++++------------- .../pipeline_agent/components/AutoWallet.vue | 197 +++- .../components/TradingPipeline.vue | 425 ++++--- 5 files changed, 1150 insertions(+), 1502 deletions(-) diff --git a/crypto-pilot-builder/src/components/AutoWallet.vue b/crypto-pilot-builder/src/components/AutoWallet.vue index 50b6e16..6b4f080 100644 --- a/crypto-pilot-builder/src/components/AutoWallet.vue +++ b/crypto-pilot-builder/src/components/AutoWallet.vue @@ -1,12 +1,22 @@