-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(nx-dev): update home page #26893
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 5b0b1f5. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 3 targetsSent with 💌 from NxCloud. |
This commit removes unnecessary 'target' and 'rel' attributes from various links across multiple components.
Replaced `useEffect` with `useIsomorphicLayoutEffect` for theme detection to support both client and server environments. Deprecated methods are used to support older Safari versions. Renamed some hooks for better consistency and clarity.
Refine the messaging to make it clearer and more concise. Removed redundant phrases for better readability and focus on the core capabilities of the build system.
The text-sm class was eliminated from the button to ensure consistent font sizing across different themes.
Added left and right padding to the header component for better spacing.
Replaced the 'w-screen' class with 'w-full' to ensure the main container spans the full width of the parent element.
Changed wording for clarity in call-to-action and home page buttons. Enhanced image brightness settings to ensure better visibility and consistency across different states.
Reduced the opacity of the light background from 40% to 30% for better visual distinction. Also, adjusted the hover brightness effect to ensure consistency across images.
Add new sections and update information about Nx. --------- Co-authored-by: Juri <[email protected]> (cherry picked from commit 85d310a)
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Add new sections and update information about Nx.