-
Notifications
You must be signed in to change notification settings - Fork 20
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
style: smoother loading experience #549
style: smoother loading experience #549
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
"react/jsx-uses-react": "error", | ||
"react/jsx-uses-vars": "error", | ||
"react/prop-types": "off", | ||
"react/require-default-props": "off", // we don't use prop-types for prop validation https://stackoverflow.com/a/64041197/13171687 |
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.
the only diff here is line 28
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.
Looks good to me. This looks awesome. Thank you.
@cirex-web my bad bro. i didn't see the branch this was merging into. |
This reverts commit 2788bed.
Video demo, with and without an artificial 5s delay from the API (note how the loading screen doesn't appear in the second case)
Screen.Recording.2025-02-02.at.5.18.29.PM.mov
This has not gone through the design team, but I like it lol