-
Notifications
You must be signed in to change notification settings - Fork 209
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
Added second spinner to make progress visible when modules are collapsed #679
Conversation
* Add manifest.json * cache static assets for offline use * update cache * add meta theme-color and change static files to be cache * cache the files on network request * caching on first run Signed-off-by: tech4GT <[email protected]> * add a button to clear cache * add styling to clear cache link
I've arranged the modules in alphabetical order.
@publiclab/is-reviewers please have a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR is good to be merged.
@aashna27 thanks for your contributions. 😄
Agreed! Can you rebase it? Thank you!!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a general suggestion
@@ -347,10 +348,15 @@ function DefaultHtmlStepUi(_sequencer, options) { | |||
function onDraw(step) { | |||
$(step.ui.querySelector(".load")).show(); | |||
$(step.ui.querySelector("img")).hide(); | |||
if($(step.ui.querySelector(".toggle").innerHTML.className="fa fa-caret-down")){ | |||
$(step.ui.querySelector(".load-spin")).show(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if this is possible or even useful but can you implement it in such a way that when the primary spinner is on then the collapse spinner is not shown?
Closing this , I made mistake by rebasing 😭 |
Fixes #657
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
rake test
@publiclab/is-reviewers
for help, in a comment belowThanks!