aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/upload_progress_indicator.html
AgeCommit message (Collapse)Author
2024-06-14Use bootstrap for displaying progress widgetFrederick Muriuki Muriithi
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.
2024-02-14Extract upload progress indication codeFrederick Muriuki Muriithi
* Extract the UI elements and code for indicating upload progress into separate, reusable "modules". * Fix bugs arising from changes.