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

Add status icons to Data Explorer #2909

Merged
merged 2 commits into from
Apr 29, 2024
Merged

Conversation

jmcphers
Copy link
Collaborator

@jmcphers jmcphers commented Apr 26, 2024

Intent

Updates the status bar on the Data Explorer with an icon representing its current state (idle, computing, or disconnected).

image

Addresses #2914.

Approach

Add icons and design.

QA Notes

This change is purely visual.

@jmcphers jmcphers requested a review from nstrayer April 26, 2024 19:22
@jthomasmock
Copy link
Contributor

jthomasmock commented Apr 26, 2024

For posterity - the eventual goal is to animate these with CSS:

load

@jmcphers
Copy link
Collaborator Author

the eventual goal is to animate these with CSS:

This change includes the CSS animations. :-)

@jthomasmock
Copy link
Contributor

Ack! My apologies - thanks Jonathan!

Copy link
Contributor

@nstrayer nstrayer left a 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 {
Copy link
Contributor

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.)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 9341bf4.

@jmcphers jmcphers merged commit 93550b9 into main Apr 29, 2024
1 check passed
@jmcphers jmcphers deleted the feature/data-explorer-status-icons branch April 29, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants