From 0f24f599cb69c964c865cca874840672fbdd026a Mon Sep 17 00:00:00 2001 From: Ludek Novy <13610612+ludeknovy@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:42:12 +0200 Subject: [PATCH] Refactor monitoring stats layout and initialization (#415) Replaced modal-based layout with a card-based layout in monitoring-stats.component.html to improve UI consistency. Added OnInit interface to MonitoringStatsComponent for better chart initialization. Removed redundant component placements and adjusted CSS styles for better spacing. --- .../item-detail/item-detail.component.html | 17 ++++++++-- .../monitoring-stats.component.css | 5 +++ .../monitoring-stats.component.html | 31 +++++++++---------- .../monitoring-stats.component.ts | 11 ++++--- 4 files changed, 40 insertions(+), 24 deletions(-) diff --git a/src/app/item-detail/item-detail.component.html b/src/app/item-detail/item-detail.component.html index 739f1edb..abb9f1ef 100644 --- a/src/app/item-detail/item-detail.component.html +++ b/src/app/item-detail/item-detail.component.html @@ -337,8 +337,6 @@