From e2e0e374e6ddaab2b002913da1870b03ff973164 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 2 Mar 2026 11:15:23 +0000 Subject: [PATCH] Refactor series tags modal for improved structure and loading indication --- .../templates/atlas/partials/series_tags.html | 25 ++++++++++++++++++ atlas/templates/atlas/user_uploads.html | 26 +++++++++---------- 2 files changed, 38 insertions(+), 13 deletions(-) diff --git a/atlas/templates/atlas/partials/series_tags.html b/atlas/templates/atlas/partials/series_tags.html index 7f315e5e..95ca55e3 100644 --- a/atlas/templates/atlas/partials/series_tags.html +++ b/atlas/templates/atlas/partials/series_tags.html @@ -1,5 +1,8 @@
Series DICOM tags (common across series)
+
+ +
{% if common_tags %} @@ -15,3 +18,25 @@
No consistent tags found across images in this series.
{% endif %} + + diff --git a/atlas/templates/atlas/user_uploads.html b/atlas/templates/atlas/user_uploads.html index 1f51faa3..bdf98029 100644 --- a/atlas/templates/atlas/user_uploads.html +++ b/atlas/templates/atlas/user_uploads.html @@ -125,23 +125,23 @@ -