Browse Source
- factored progressResponseJSON out of processResponse - added submitFormWithProgress - added `upload` module to package - added components/upload-progress-dialog.pugpull/2/head
5 changed files with 51 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||
#upload-progress-dialog(hidden).uk-width-large.uk-margin-auto.uk-margin.uk-text-center |
|||
progress#upload-progress(min=0, max=100, value=0).uk-progress.uk-margin-remove |
|||
label#upload-progress-prompt.uk-form-label Upload progress |
Loading…
Reference in new issue