-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add status icons to Data Explorer #2909
Conversation
This change includes the CSS animations. :-) |
Ack! My apologies - thanks Jonathan! |
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.
👍
animation: rotate-computing 1.5s linear infinite; | ||
} | ||
|
||
@keyframes rotate-computing { |
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.
Should this be name-scoped a bit more specific? I feel like it wouldn't be unreasonable to have a collision. (Although a collision would probably want to be the exact same definition.)
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.
Done in 9341bf4.
Intent
Updates the status bar on the Data Explorer with an icon representing its current state (idle, computing, or disconnected).
Addresses #2914.
Approach
Add icons and design.
QA Notes
This change is purely visual.