From 975b86cfb85fdd7f9b4297455c413251aa9ffa06 Mon Sep 17 00:00:00 2001 From: dwindown Date: Tue, 28 Apr 2026 22:12:36 +0700 Subject: [PATCH] Reorder basis workspace so variant filter stays with child variants table --- app/admin_web.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/admin_web.py b/app/admin_web.py index 5d8429c..c3ef9cc 100644 --- a/app/admin_web.py +++ b/app/admin_web.py @@ -779,16 +779,17 @@ def _basis_item_workspace_body( -
-

Generation Runs for This Parent

- {runs_table} -
-

Child Variants for This Parent

Filtered variants shown: {len(variants)}

{variants_table}
+ +
+

Generation Runs for This Parent

+

Run history is reference/audit data and is intentionally separated from variant review workflow.

+ {runs_table} +

Back to Basis Items

"""