Age | Commit message (Expand) | Author |
---|---|---|
2024-06-14 | Fix minor UI bugs | Frederick Muriuki Muriithi |
2024-06-14 | Move the modal to top of page to avoid display issues...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. | Frederick Muriuki Muriithi |
2024-06-13 | Update html templates to use bootstrap for styling | Frederick Muriuki Muriithi |
2024-06-12 | Update templates to use bootstrap classes. | Frederick Muriuki Muriithi |
2024-02-14 | Extract upload progress indication code...* Extract the UI elements and code for indicating upload progress into separate, reusable "modules". * Fix bugs arising from changes. | Frederick Muriuki Muriithi |
2024-02-05 | Do general bundle validation and show errors...* Display any and all errors on the UI * Move `validate_bundle` to QC module and refactor to use `missing_files` | Frederick Muriuki Muriithi |
2024-01-16 | Create intermediate step...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. | Frederick Muriuki Muriithi |