Open vasu962 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 11, 2024 11:55am |
The changes in this pull request involve updates to multiple files, primarily reflecting the release of version 0.2.1. This includes modifications to the CHANGELOG.md
and package.json
files to update the version number. Additionally, there are layout adjustments in the DevTools
and Card
components, the introduction of dark mode detection in the RootLayout
, and the removal of the PeopleSection
component across various files. The Footer
and Navbar
components were updated to enhance navigation, and new lessons were added to the educational content.
File | Change Summary |
---|---|
CHANGELOG.md |
Updated to version 0.2.1, added bug fixes for issues #157 and #158. |
package.json |
Updated version from "0.2.0" to "0.2.1". |
src/app/devtools/page.tsx |
Modified grid layout for tool cards to improve responsiveness. |
src/app/layout.tsx |
Added dark mode detection script to RootLayout . |
src/app/page.tsx |
Removed the PeopleSection component from the Home function. |
src/components/Card.tsx |
Restructured JSX layout and updated Link component to open in a new tab. |
src/components/Footer.tsx |
Replaced anchor tags with Next.js Link components for social media links. |
src/components/Header.tsx |
Simplified dark mode logic and added scroll event handling. |
src/components/LessonSection.tsx |
Adjusted padding in Link and title elements for better layout. |
src/components/PeopleSection.tsx |
Deleted the PeopleSection component. |
src/components/navbar/MobileNav.tsx |
Removed "People" link from menuItems array. |
src/components/navbar/Navbar.tsx |
Removed "People" link from menuItems and wrapped items in a <li> element. |
src/data/lessons.ts |
Added two new lessons related to Rust programming. |
Objective | Addressed | Explanation |
---|---|---|
Remove the Discord link (#177) | ❌ | The Discord link was not removed. |
PeopleSection
component from the Home
function in src/app/page.tsx
is directly related to the changes in the main PR, which also references the removal of the PeopleSection
component.In the garden of code, we hop and play,
With updates and fixes brightening the day.
ThePeopleSection
has bid us goodbye,
While dark mode detection helps our eyes fly.
New lessons await, a treasure to find,
In this wondrous release, we're all intertwined! 🐇✨
fixes #177
Summary by CodeRabbit
Release Notes for Version 0.2.1
New Features
Improvements
Card
component layout for improved presentation.Bug Fixes
Documentation
CHANGELOG.md
to reflect the new version and changes.