crate ecosystem homepage#1251
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a new "crate ecosystem homepage" with layout adjustments and navigation updates. The changes primarily add a new ecosystem page, update navigation behavior, and modify CSS layout properties to support the new UI structure.
- Adds a new Rust ecosystem page with CVE information display and search functionality
- Updates navigation from opening new tabs to in-app routing for better user experience
- Modifies global CSS layout properties to support the new page structure
Reviewed Changes
Copilot reviewed 5 out of 17 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
moon/apps/web/styles/global.css |
Removes h-full class from main container layout |
moon/apps/web/pages/_document.tsx |
Updates HTML and body classes from fixed positioning to responsive min-height layout |
moon/apps/web/pages/[org]/rust/rust-news/index.tsx |
Adjusts fixed positioning value and adds layout providers |
moon/apps/web/pages/[org]/rust/rust-ecosystem/index.tsx |
New page implementing ecosystem homepage with CVE information display |
moon/apps/web/pages/[org]/rust/index.tsx |
Updates navigation to use in-app routing and adds ecosystem page navigation |
Comments suppressed due to low confidence (1)
benjamin-747
approved these changes
Jul 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.