Closed kohta9521 closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
blog-site-kohta | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 16, 2024 7:45am |
The recent changes primarily introduce new components and styling for the footer section of a React application, alongside some updates to existing components and routes. Key additions include FooterMenuMain
and FooterMenuSub
components, new .scss
styles, and modifications to footer and request pages. These updates aim to enhance the user interface and improve the layout's responsiveness and visual appeal.
Files/Paths | Change Summary |
---|---|
frontend/src/app/request/page.tsx |
Introduced Request component to render a subpage layout with titles and descriptions in multiple languages. |
frontend/src/components/atoms/FooterMenuMain.tsx , FooterMenuSub.tsx |
Added FooterMenuMain and FooterMenuSub components which render links with specified props and styling. Exported related prop types. |
frontend/src/components/atoms/styles/FooterMenuMain.module.scss , ...Sub.module.scss |
Introduced styling for FooterMenuMain and FooterMenuSub , including text color, display, text decoration, and responsive design. |
frontend/src/components/molecules/styles/ArticleBlockCard.module.scss |
Uncommented min-width property within .card class, setting it to 340px to ensure minimum width for cards. |
frontend/src/components/molecules/styles/BannerBox.module.scss |
Modified .bannerBox class by removing certain properties and adding display: none for screens with max width of 1280px. |
frontend/src/components/organisms/Contact.tsx |
Changed link path in ContactCard component from /contact to /request . |
frontend/src/components/organisms/Footer.tsx |
Included imports for FooterMenuMain and FooterMenuSub , added additional menu items to the footer component. |
frontend/src/components/organisms/styles/Footer.module.scss |
Adjusted widths of .leftBox and .rightBox , added styles for .rightBox .menuBox , removed border styles, and introduced margin-top for .rightBox . |
In the world of code, new features bloom,
Footer links now shine, dispelling all gloom.
Colors and styles, so neat and bright,
Navigation enhanced, a pure delight.
With rabbits coding fast, our app takes flight,
Through every change, it reaches new heights.
✨🖥️ ~ CodeRabbit 🌸✨
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?
… dispaly none
Summary by CodeRabbit
New Features
Request
subpage with bilingual (English and Japanese) support.FooterMenuMain
andFooterMenuSub
components to enhance the footer with customizable links.Bug Fixes
/contact
to/request
.Style
Refactor