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 | 🔄 Building (Inspect) | Visit Preview | 💬 Add feedback | Jun 23, 2024 5:26pm |
[!WARNING]
Review failed
The pull request is closed.
This set of changes enhances the frontend project configuration and Storybook setup. A new Chromatic configuration file was introduced, the CategoryText
and several other components were updated with imports and story objects, and trivial modifications were made to some export statements. The main focus is on improving component documentation and organization within Storybook.
File Path | Change Summary |
---|---|
frontend/chromatic.config.json |
Introduced a new configuration file specifying the project ID and enabling zipping. |
frontend/src/components/atoms/CategoryText.tsx |
Added an import for Link from 'next/link'. |
frontend/src/components/atoms/MenuMainList.tsx , .../atoms/stories/MenuMainList.stories.tsx |
Updated MenuMainList component export and introduced storybook configuration for it. |
frontend/src/components/atoms/stories/Category.stories.tsx , .../stories/RecentArticle.stories.tsx |
Introduced storybook metadata and default story configurations for CategoryText and RecentArticle components. |
frontend/src/components/atoms/stories/Logo.stories.tsx |
Removed a newline at the end of the file. |
frontend/src/components/molecules/SidebarSection.tsx |
Made a trivial change in the export statement. |
Sequence diagrams are not applicable for these changes.
Amid the code, a rabbit hops,
Bright stories bloom from coding crops.
A link is found, the config set,
New tales to share, we won't forget. 🌟
With exports fine, and stories spun,
Our frontend's journey just begun. 🚀
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
CategoryText
,MenuMainList
, andRecentArticle
components to enhance component visualization and testing.These changes improve component documentation and visualization, aiding developers and designers in maintaining consistent UI elements.