From f3af6d47ee3336dff31cdadcf7b817256100fb19 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 18 May 2026 11:55:40 +0100 Subject: [PATCH] Refactor code structure for improved readability and maintainability --- atlas/templates/atlas/case_display_block.html | 228 +++++++++---- rad/static/dv3d/index.js | 312 +++++++++--------- 2 files changed, 327 insertions(+), 213 deletions(-) diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index 953d64ec..523f327c 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -47,19 +47,19 @@ @@ -505,20 +505,43 @@
Series - {{ case.get_ordered_series|length }} total - -
-
+ + {{ case.get_ordered_series|length }} total -
- - Manage series - -
+ + + +
+
+
+ {% partial case-series %} +
+
+
+
+ +
- + - - -
-
- {% partial case-series %}
-
- +
@@ -1028,10 +1045,10 @@