Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress Bar/Icon #6

Closed
hardnett opened this issue Jun 13, 2016 · 3 comments
Closed

Progress Bar/Icon #6

hardnett opened this issue Jun 13, 2016 · 3 comments
Milestone

Comments

@hardnett
Copy link
Collaborator

hardnett commented Jun 13, 2016

We need a progress bar/icon to let the user know their submission is being processed. It looks like this code would be a good starting point:

 function checkLoading() {
        if (census.SUPPLEMENTAL_REQUESTS_IN_FLIGHT == 0) {
            jQuery(".loading-icon-initialstate").hide();
            return;
        } else if (census.SUPPLEMENTAL_REQUESTS_IN_FLIGHT > 0) {
            window.setTimeout(checkLoading, 1500);
        }
    }
@mezerotm
Copy link
Owner

I've now created the Visual progress bar, we can connect the progress bar to submit buttons when we merge to master.

@ravenusmc ravenusmc modified the milestone: Alpha Jan 4, 2017
@mezerotm
Copy link
Owner

mezerotm commented Jan 4, 2017

The progress bar is in js-overhaul

@hardnett
Copy link
Collaborator Author

hardnett commented Jan 4, 2017

We just need to get it into the master. So we will see how the discussion goes about the merge.

@mezerotm mezerotm mentioned this issue Jan 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Alpha Release
Completed
Development

No branches or pull requests

3 participants