Closed kohta9521 closed 6 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 | May 17, 2024 0:03am |
The recent updates bring a bouquet of changes to the frontend, enriching the blog section with new components, styles, and content. These enhancements include integrating the react-accessible-accordion
library, introducing components like AccordionBtn
and SearchDetail
, refining styles for a polished look, and expanding affiliate and banner content in data files.
File Path | Change Summary |
---|---|
frontend/package.json |
Added "react-accessible-accordion": "^5.0.0" dependency. |
frontend/src/app/blog/page.tsx |
Introduced Blog component for rendering the blog page. |
frontend/src/components/molecules/AccordionBtn.tsx , frontend/src/components/molecules/ArticleBlockCard.tsx |
Added AccordionBtn component using react-accessible-accordion and ArticleBlockCard with props and date formatting. |
frontend/src/components/organisms/ArticleList.tsx , frontend/src/components/organisms/styles/ArticleLIst.module.scss |
Added Link import and a new link to the /blog page along with styles for .blogBox and .link classes. |
frontend/src/components/organisms/SearchDetail.tsx , frontend/src/components/organisms/styles/SearchDetail.module.scss |
Added SearchDetail component and its styling rules. |
frontend/src/components/templates/AllArticlePage.tsx |
Added AllArticlePage component with props for rendering article details. |
frontend/src/components/templates/ArticleLayout.tsx |
Added <AdBox /> component within the rightBox div . |
frontend/src/data/affiliate.ts , frontend/src/data/banner.ts |
Expanded affiliate and banner content in data files. |
In the code where changes bloom, Accordions open, dispelling gloom. Articles and banners, styled with care, A blog page now beyond compare. Search and explore, with detail so fine, In the digital garden, everything aligns. 🌸🐇✨
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?
Summary by CodeRabbit
New Features
AccordionBtn
component for collapsible sections.SearchDetail
component for keyword, tag, and date search options.AllArticlePage
to display article details in English and Japanese.Enhancements
ArticleList
with a link to the Blog page.AdBox
component to theArticleLayout
.Styling
ArticleList
andSearchDetail
components.AllArticlePage
.Content