From fe7863118131229c4485d2987f4826e99ca96dbf Mon Sep 17 00:00:00 2001
From: IP2_Mele <21meaa1bif@hft-stuttgart.de>
Date: Wed, 4 Jun 2025 16:37:39 +0200
Subject: [PATCH] Frontend now shows all the Rooms in a building when you press
the Card for it ^^
---
frontend/src/components/BauCard.vue | 18 ++++--
frontend/src/views/AboutView.vue | 3 +
frontend/src/views/BuildingsView.vue | 90 ++++++++++++++++++++++------
3 files changed, 88 insertions(+), 23 deletions(-)
diff --git a/frontend/src/components/BauCard.vue b/frontend/src/components/BauCard.vue
index 464807c..1aeb439 100644
--- a/frontend/src/components/BauCard.vue
+++ b/frontend/src/components/BauCard.vue
@@ -1,20 +1,26 @@
-
-
+
+
-
{{ title }}
-
{{ description }}
+
{{ props.title }}
+
{{ props.description }}
-
+
--
GitLab