Age | Commit message (Collapse) | Author |
|
|
|
According to
https://getbootstrap.com/docs/3.3/javascript/#callout-modal-markup-placement
the bootstrap modal dialogs should be placed at the top of the page to
avoid other components affecting their display and/or functionality.
|
|
|
|
|
|
* Extract the UI elements and code for indicating upload progress into
separate, reusable "modules".
* Fix bugs arising from changes.
|
|
* Display any and all errors on the UI
* Move `validate_bundle` to QC module and refactor to use
`missing_files`
|
|
We do not have the option to modify the request and then redirect with
the modification in place. To go around that, this commit creates an
intermediate step that informs the user of their progress, while
allowing us to store the filename for future steps.
|