-
Notifications
You must be signed in to change notification settings - Fork 1.4k
docs: Homepage updates and fixes #9344
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
Conversation
|
Build successful! 🎉 |
|
Build successful! 🎉 |
|
Build successful! 🎉 |
|
Build successful! 🎉 |
snowystinger
left a comment
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.
Unrelated to this PR, but general feedback I had while reviewing and didn't want to forget. I wish the component card background gradients in RAC and RSP were different.
nwidynski
left a comment
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.
Idk if this is up for review already, but since @snowstinger left some remarks I thought I might as well give it a test session, haha.
| let labelRef = useRef<HTMLDivElement | null>(null); | ||
| let searchRef = useRef<HTMLDivElement | null>(null); | ||
|
|
||
| let openSearchMenu = async () => { |
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 search menu transition causes frames to be dropped on my device when first opened. Idk exactly what causes it and can't record with the native screen recorder because that's also low fps and won't show 😅
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 tried delaying the pre-fetching until after the view transition finishes and that seems to have helped a bit.
| default: 0, | ||
| '@media (width >= 1440px)': space(38) | ||
| }, | ||
| zIndex: 2, |
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.
| }); | ||
| }; | ||
|
|
||
| let closeSearchMenu = () => { |
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.
Transition timing should probably be tweaked to avoid these ghosting issues on fade out.
Screen.Recording.2025-12-15.at.6.30.17.PM.mov
|
Build successful! 🎉 |
snowystinger
left a comment
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.
favicon for react aria needs updating?
| let pageUrl = typeof window !== 'undefined' && url ? new URL(url, window.location.origin).href : url ?? ''; | ||
| let fullMdUrl = typeof window !== 'undefined' && mdUrl ? new URL(mdUrl, window.location.origin).href : mdUrl; | ||
| let library = url ? getLibraryLabel(getLibraryFromUrl(url)) : ''; | ||
| let library = url ? getLibraryLabel(getLibraryFromUrl(name)) : ''; |
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.
rename to getLibraryFromName now?
|
Build successful! 🎉 |
|
Build successful! 🎉 |
|
Build successful! 🎉 |
|
Build successful! 🎉 |

No description provided.