Skip to content

Comments

Fix the spinner for the newsfeed example used in the Relay tutorial#329

Merged
captbaritone merged 1 commit intomainfrom
newsfeed-fix-spinner
Apr 9, 2025
Merged

Fix the spinner for the newsfeed example used in the Relay tutorial#329
captbaritone merged 1 commit intomainfrom
newsfeed-fix-spinner

Conversation

@evanyeung
Copy link
Contributor

This commit is to fix the spinner used in the Relay tutorial example. The spinner is being used throughout the app, but has a position: absolute to try and center is when the main app is loading. This breaks the spinner for the hovercard and other places it's used. I updated the spinner to just be horizontally centered without a position: absolute and wrapped it for the main app spinner.
Before:
Relay tutorial spinner bug
After:
Relay tutorial spinner fixed

@captbaritone captbaritone merged commit 7ed0cb3 into main Apr 9, 2025
1 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants