Refactor code structure for improved readability and maintainability

This commit is contained in:
bolade
2025-10-22 01:11:32 +01:00
parent d862577ecf
commit f5d304aec5
13 changed files with 263 additions and 758 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
<div class="flex gap-8">
<!-- Chart Image -->
<div class="flex-1">
<img src="right-leg-chart.png" alt="Right Leg SMO2 Chart" class="w-full h-auto">
<img src= "data:image/png;base64,{{ right_leg }}" alt="Right Leg SMO2 Chart" class="w-full h-auto">
</div>
<!-- Right Side Info -->
@@ -48,7 +48,7 @@
<div class="flex gap-8">
<!-- Chart Image -->
<div class="flex-1">
<img src="left-leg-chart.png" alt="Left Leg SMO2 Chart" class="w-full h-auto">
<img src= "data:image/png;base64,{{ left_leg }}" alt="Left Leg SMO2 Chart" class="w-full h-auto">
</div>
<!-- Right Side Info -->