-
Notifications
You must be signed in to change notification settings - Fork 124
fix: add skeleton (remove blinking) #3145
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
base: 10-09-feat_add_favicon
Are you sure you want to change the base?
fix: add skeleton (remove blinking) #3145
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Graphite Automations"Test" took an action on this PR • (10/09/25)1 assignee was added to this PR based on Kacper Wojciechowski's automation. |
commit: |
1a30377
to
886835c
Compare
Claude encountered an error —— View job I'll analyze this and get back to you. |
886835c
to
b37e7ea
Compare
Claude encountered an error —— View job I'll analyze this and get back to you. |
b37e7ea
to
4d2237e
Compare
Claude encountered an error —— View job I'll analyze this and get back to you. |
067c0ec
to
c8ee586
Compare
4d2237e
to
c554433
Compare
Claude encountered an error —— View job I'll analyze this and get back to you. |
Claude encountered an error —— View job I'll analyze this and get back to you. |
c554433
to
958a049
Compare
c8ee586
to
2c4a1ea
Compare
Claude encountered an error —— View job I'll analyze this and get back to you. |
Claude encountered an error —— View job I'll analyze this and get back to you. |
958a049
to
c203333
Compare
2c4a1ea
to
0a3f7d9
Compare
Claude encountered an error —— View job I'll analyze this and get back to you. |
Claude encountered an error —— View job I'll analyze this and get back to you. |
c203333
to
f2838a1
Compare
Claude encountered an error —— View job I'll analyze this and get back to you. |
TL;DR
Created a reusable
PendingRouteLayout
component to standardize loading states across routes.What changed?
PendingRouteLayout
componentH2
andSkeleton
components where neededHow to test?
Why make this change?
This change improves code reusability by centralizing the loading UI into a single component rather than duplicating it across multiple routes. It ensures a consistent user experience during loading states throughout the application, making the interface feel more cohesive and polished.