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 12, 2024 1:27pm |
The recent updates to the frontend include the integration of the AOS library for animation, enhancements in blog-related components, and styling adjustments to improve responsiveness and aesthetics. Key changes involve updates to text in the Hero component, the introduction of custom hooks for data fetching and animations, and refined CSS for layout optimization.
Files | Change Summary |
---|---|
.../package.json , .../hooks/useAOS.ts |
Added AOS library and custom hook for initialization. |
.../src/app/page.tsx |
Updated Hero component text. |
.../src/components/molecules/... |
Added useAOS hook and updated ArticleCard with animations. |
.../src/components/organisms/... |
Adjusted routing in Sidebar , added loading logic in ArticleList , and updated CSS styles. |
.../src/hooks/useDesignationArticles.ts |
Introduced new hooks and interfaces for fetching blog data. |
.../src/components/templates/styles/... |
Modified layout styling for better spacing and responsiveness. |
🐇💻 In the warren of code, beneath the moonlit glow, A rabbit taps keys, with updates in tow. Text shifts, animations dance, loading wheels spin, With each line of code, new wonders begin. A hop, a skip, a jump so bold, In the digital burrow, stories are told.
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
Enhancements
Bug Fixes