-
Notifications
You must be signed in to change notification settings - Fork 34
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 loading spinners to dashboard #1884
Added loading spinners to dashboard #1884
Conversation
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.
This is working great! I'd like to add the same spinner to when modules are deleted as well (both bulk delete and deleting one module)
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.
LGTM! Spinners are working for both creating and deleting modules. Good work!
Also, this seems to cover #1853 as well |
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.
Looks great! Just have one code question for you
I re-used obo's spinner from
obojobo-document-engine
for consistency. Let me know if you would like me to re-design another one exclusively for the dashboard. The spinner is centered horizontally as requested and has a subtle margin from the top. As always, I am open for any changes.Fixes #1849