-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Simplify the embed loading state #37548
Conversation
Size Change: -429 B (0%) Total Size: 1.13 MB
ℹ️ View Unchanged
|
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.
Works as advertised 👍
I like this. Once we update spinners it'd look even better. Do we need to check if this class is used for anything else? |
From a quick search, it looks like the |
I think there may be some issues with navigation / links on trunk. I'm not seeing the spinner there at all... I'm sure there used to be one. Either way, this PR behaves the same as trunk in that regard. The widgets I tested seem fine, although the Archives one does seem to spit out a "Block rendered as empty" message rather than a loading state. That is the same on trunk though. |
Exactly. I don't know if the current behavior is the optimal or intended one, but this PR does not seem to introduce any regressions 👍 |
Part of #37523.
This PR removes all visual styling from the embed block loading state, showing just the spinner.
Before:
embed-before.mp4
After:
embed-after.mp4