From 7c5c993d2fe73c4d9c7ee7fc747b0eaca5ea1877 Mon Sep 17 00:00:00 2001 From: kevinpauer Date: Tue, 5 Apr 2022 19:43:35 +0200 Subject: [PATCH 1/2] Fix wrong dataSource --- .../app/Views/dashboard/dashboard.component.html | 16 ++++++++++++---- .../app/Views/dashboard/dashboard.component.ts | 10 ++++++++-- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/frontend/src/app/Views/dashboard/dashboard.component.html b/frontend/src/app/Views/dashboard/dashboard.component.html index 7f0b5e9..affddde 100644 --- a/frontend/src/app/Views/dashboard/dashboard.component.html +++ b/frontend/src/app/Views/dashboard/dashboard.component.html @@ -7,28 +7,36 @@
- +
- + - + - + + + + + + + Date: Tue, 5 Apr 2022 20:24:23 +0200 Subject: [PATCH 2/2] Improve css --- .../Views/dashboard/dashboard.component.html | 8 ++++---- .../Views/dashboard/dashboard.component.scss | 17 +++++++++++++++++ .../app/Views/dashboard/dashboard.component.ts | 1 - frontend/src/app/app.component.scss | 1 - 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/frontend/src/app/Views/dashboard/dashboard.component.html b/frontend/src/app/Views/dashboard/dashboard.component.html index affddde..b52475f 100644 --- a/frontend/src/app/Views/dashboard/dashboard.component.html +++ b/frontend/src/app/Views/dashboard/dashboard.component.html @@ -6,7 +6,7 @@
Aktienübersicht
-
+
Symbol {{ element.symbol }} Count {{ element.count }} Time {{ element.time }} Current Price + {{ element.currentPrice }} +
@@ -53,12 +53,12 @@
Depotübersicht
- + -
+
Transaktionen
@@ -72,7 +72,7 @@ add
-