Closed kohta9521 closed 4 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 20, 2024 2:11pm |
Recent changes to a frontend application include commenting out specific imports in the blog's page.tsx
file, adjusting styles in SCSS files for blog components, and introducing a new UrlBox
React component in the molecules
directory. These adjustments likely aim to enhance visual layout and temporarily modify certain functionalities without altering public API declarations.
Files/Paths | Change Summary |
---|---|
frontend/src/app/blog/[id]/page.tsx |
Commented out import statements for Head and client . |
frontend/src/app/blog/components/BlogGet.module.scss |
Reduced height of .topImageBox class from 400px to 350px. |
frontend/src/components/molecules/UrlBox.tsx |
Introduced a new UrlBox component that displays a title, link, and optional image. |
frontend/src/components/molecules/styles/ArticleCard.module.scss |
Changed the height of the .image class from 238px to 200px. |
In the code, we've made some tweaks, URL boxes, sleek and chic. Style adjustments, images fit, Blog imports on a temporary split. Our lines of code like a rabbit’s leap, Bringing the frontend improvements to keep. 🐇💻✨
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
UrlBox
component to display a box with a title, link, and optional image.Style