Open shivankurchavan opened 1 month ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
rustcrab | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Oct 12, 2024 7:54am |
The pull request introduces several updates across multiple files, primarily focusing on versioning and new feature additions. The CHANGELOG.md
has been updated to reflect a version bump from 0.2.1
to 0.3.0
, with issue references changed to a new repository owner. A new React component, Blockchains
, has been added to display blockchains utilizing Rust, along with a corresponding BlockchainSection
component. Navigation elements in MobileNav
and Navbar
have been updated to include links to the new blockchains section. Additionally, a new data structure for blockchains has been defined.
File | Change Summary |
---|---|
CHANGELOG.md | Updated version from 0.2.1 to 0.3.0 , modified issue references to shivankurchavan . |
package.json | Updated version from "0.2.1" to "0.3.0" . |
src/app/blockchain/page.tsx | Added new Blockchains component with search functionality for blockchains. |
src/app/page.tsx | Imported BlockchainSection and added it to the Home component layout. |
src/components/BlockchainSection.tsx | Introduced BlockchainsSection component to display blockchains with a header and grid layout. |
src/components/navbar/MobileNav.tsx | Added new menu item for "Blockchains" in the MobileNav component. |
src/components/navbar/Navbar.tsx | Updated links for "Books", "Lessons", "Dev Tools", and "DSA Example"; added "Blockchains" link. |
src/data/blockchains.ts | Introduced Blockchains interface and blockchains constant array. |
CHANGELOG.md
file are related as both PRs involve updates to the changelog, specifically reflecting version changes and modifications to issue references.π In the garden of code, we hop and play,
New blockchains bloom, brightening the day.
With links that now lead, and sections anew,
Our project grows stronger, thanks to the crew!
So letβs raise a cheer, for features so fine,
In the world of Rust, weβre destined to shine! π
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
I didnt switch branch before pushing the blockchain page update. My apologies for this trouble. Please review the blockchain page first, i guess that way it wont error out
Requirements mentioned in issue #173 are satisfied.
Summary by CodeRabbit
0.2.1
to0.3.0
.