From 0783b155002da7034d68ead6c62ccdb0670b37b7 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 14 Jun 2024 10:31:39 -0500 Subject: Use bootstrap for displaying progress widget This commit converts the progress indication widget into a bootstrap modal dialog, and updates the javascript to prevent the code from interacting with bootstrap in unpredictable ways. --- qc_app/templates/select_species.html | 5 ++- qc_app/templates/upload_progress_indicator.html | 45 ++++++++++++++++++------- 2 files changed, 36 insertions(+), 14 deletions(-) (limited to 'qc_app/templates') diff --git a/qc_app/templates/select_species.html b/qc_app/templates/select_species.html index 35850de..b813248 100644 --- a/qc_app/templates/select_species.html +++ b/qc_app/templates/select_species.html @@ -57,7 +57,10 @@ class="form-control"/> - + {%endblock%} diff --git a/qc_app/templates/upload_progress_indicator.html b/qc_app/templates/upload_progress_indicator.html index 9855c2d..e274e83 100644 --- a/qc_app/templates/upload_progress_indicator.html +++ b/qc_app/templates/upload_progress_indicator.html @@ -1,16 +1,35 @@ {%macro upload_progress_indicator()%} -