From ea69adf09cb9b3bd0b1447e14c7df550f86faa2c Mon Sep 17 00:00:00 2001 From: Nalvazhuthi Date: Thu, 12 Jun 2025 09:20:52 +0530 Subject: [PATCH] refactor: update component headers to use

tags for consistency; enhance layout styles in simulation player --- app/src/components/ui/compareVersion/CompareLayOut.tsx | 4 ++-- .../components/ui/compareVersion/ComparisonResult.tsx | 6 +++--- .../compareVersion/result-card/PerformanceResult.tsx | 2 +- app/src/components/ui/simulation/simulationPlayer.tsx | 4 ++-- app/src/styles/layout/compareLayout.scss | 10 ++++++---- app/src/styles/scene/scene.scss | 7 ++++++- 6 files changed, 20 insertions(+), 13 deletions(-) diff --git a/app/src/components/ui/compareVersion/CompareLayOut.tsx b/app/src/components/ui/compareVersion/CompareLayOut.tsx index 6cce453..ef49e8e 100644 --- a/app/src/components/ui/compareVersion/CompareLayOut.tsx +++ b/app/src/components/ui/compareVersion/CompareLayOut.tsx @@ -129,7 +129,7 @@ const CompareLayOut = () => { ref={wrapperRef} style={{ width }} > - {loadingProgress == 0 && ( + {loadingProgress == 0 && comparisonProduct?.productUuid && (