-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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 loading indicator #3052
base: main
Are you sure you want to change the base?
Add loading indicator #3052
Conversation
|
Summary of the deployments: Version 1 (production)
Version 2 (experimental)
Test content |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
@@ -151,6 +151,7 @@ export async function CustomizationRootLayout(props: { | |||
} | |||
`}</style> | |||
</head> | |||
<HolyLoader color="rgb(var(--primary-9))" height={1} /> |
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.
Honestly I never liked these loaders. They're not very apparent and user friendly 😅. Why not try to use the skeleton grid we had in v1? It looks much better!
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.
I wanted to submit a PR with it to see if it works.
Now that we are sure we can detect the loading of a page we can adapt to do whatever we want!
CleanShot.2025-03-26.at.21.49.02.mp4