From 5b6e42e93f980eb9b3d68fbbef60a40933a43ffc Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 25 Oct 2023 18:49:19 +0200 Subject: [PATCH] Create Basic Main Dashboard --- backend/.idea/workspace.xml | 22 +++-- frontend/src/app/app.module.ts | 4 +- .../src/app/dashboard/dashboard.component.css | 94 +++++++++++++++++++ .../app/dashboard/dashboard.component.html | 34 +++++++ .../app/dashboard/dashboard.component.spec.ts | 21 +++++ .../src/app/dashboard/dashboard.component.ts | 14 +++ frontend/src/app/main/main.component.html | 1 + 7 files changed, 180 insertions(+), 10 deletions(-) create mode 100644 frontend/src/app/dashboard/dashboard.component.css create mode 100644 frontend/src/app/dashboard/dashboard.component.html create mode 100644 frontend/src/app/dashboard/dashboard.component.spec.ts create mode 100644 frontend/src/app/dashboard/dashboard.component.ts diff --git a/backend/.idea/workspace.xml b/backend/.idea/workspace.xml index 0cb0a89..cc8ba2d 100644 --- a/backend/.idea/workspace.xml +++ b/backend/.idea/workspace.xml @@ -4,12 +4,7 @@