Skip to content

feat: integrate Storybook#3

Merged
OgDev-01 merged 2 commits intomainfrom
storybook-integration
Feb 6, 2023
Merged

feat: integrate Storybook#3
OgDev-01 merged 2 commits intomainfrom
storybook-integration

Conversation

@OgDev-01
Copy link
Copy Markdown
Owner

@OgDev-01 OgDev-01 commented Feb 2, 2023

What type of PR is this? (check all applicable)

  • 🍕 Feature
  • 🐛 Bug Fix
  • 📝 Documentation Update
  • 🎨 Style
  • 🧑‍💻 Code Refactor
  • 🔥 Performance Improvements
  • ✅ Test
  • 🤖 Build
  • 🔁 CI
  • 📦 Chore (Release)
  • ⏩ Revert

Description

This PR adds storybook integration to the Project

Related Tickets & Documents

Fixes #1

Mobile & Desktop Screenshots/Recordings

image

Added tests?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help

Added to documentation?

  • 📜 README.md
  • 📓 docs.opensauced.pizza
  • 🍕 dev.to/opensauced
  • 📕 storybook
  • 🙅 no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

@vercel
Copy link
Copy Markdown

vercel bot commented Feb 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
ogdev ✅ Ready (Inspect) Visit Preview Feb 2, 2023 at 10:09PM (UTC)

@OgDev-01 OgDev-01 merged commit f97a0fc into main Feb 6, 2023
@OgDev-01 OgDev-01 deleted the storybook-integration branch February 6, 2023 20:53
github-actions bot pushed a commit that referenced this pull request May 12, 2024
## 1.0.0-beta.1 (2024-5-12)

### 🍕 Features

* add `Button` component to design system ([#20](#20)) ([f84816f](f84816f))
* add about page sections ([0de7c7b](0de7c7b))
* add basic endpoint and cloudinary image upload init ([edcc5ab](edcc5ab))
* add contact form submission implementation ([8aec309](8aec309))
* add drizzle or, neon serverless db and clerk fro authentication ([#17](#17)) ([5529476](5529476))
* add footer component to design system ([#23](#23)) ([33106a6](33106a6))
* add Hero section componant to home page ([#24](#24)) ([c33e70e](c33e70e))
* add individual blog page with code syntax highlighting ([fe9b16c](fe9b16c))
* add navbar component ([#22](#22)) ([218dedf](218dedf))
* add previous work experience section ([1870d78](1870d78))
* add release action yml file for beta and main release ([#29](#29)) ([e8e867e](e8e867e))
* add single project view page ([79df3d1](79df3d1))
* add storybook testing to project ([#16](#16)) ([8e01f71](8e01f71))
* complete home page sections and screens ([4b0f905](4b0f905))
* implement theme switching and navbar component ([#21](#21)) ([afe3c29](afe3c29))
* integrate Storybook ([#3](#3)) ([f97a0fc](f97a0fc))
* make nav sticky and slick ([05f99b7](05f99b7))
* setup shadcn ui library ([#11](#11)) ([37262d7](37262d7))
* update fetch pattern and copy content ([#27](#27)) ([acf21c6](acf21c6))
* update project creation form fields ([#26](#26)) ([bfe2aea](bfe2aea))

### 🐛 Bug Fixes

* align hero section subtitle text ([4e297f9](4e297f9))
* infer type to next api route response ([553cf47](553cf47))
* logo and theme switcher flicker ([a09ad0b](a09ad0b))
* next connect router type error fixed ([cf19d3f](cf19d3f))
* set image fix to cover ([9f796d6](9f796d6))
* update code highlight styles ([d7d5953](d7d5953))

### 🎨 Styles

* fix hamburger flickering ([3872e3f](3872e3f))

### 🧑‍💻 Code Refactoring

* update markdown rendering for inline code ([2aedade](2aedade))
@OgDev-01
Copy link
Copy Markdown
Owner Author

🎉 This PR is included in version 1.0.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request May 12, 2024
## 1.0.0 (2024-5-12)

### 🍕 Features

* add `Button` component to design system ([#20](#20)) ([f84816f](f84816f))
* add about page sections ([0de7c7b](0de7c7b))
* add basic endpoint and cloudinary image upload init ([edcc5ab](edcc5ab))
* add contact form submission implementation ([8aec309](8aec309))
* add drizzle or, neon serverless db and clerk fro authentication ([#17](#17)) ([5529476](5529476))
* add footer component to design system ([#23](#23)) ([33106a6](33106a6))
* add Hero section componant to home page ([#24](#24)) ([c33e70e](c33e70e))
* add individual blog page with code syntax highlighting ([fe9b16c](fe9b16c))
* add meta data to pages for seo ([8b5dfa2](8b5dfa2))
* add navbar component ([#22](#22)) ([218dedf](218dedf))
* add previous work experience section ([1870d78](1870d78))
* add release action yml file for beta and main release ([#29](#29)) ([e8e867e](e8e867e))
* add single project view page ([79df3d1](79df3d1))
* add storybook testing to project ([#16](#16)) ([8e01f71](8e01f71))
* complete home page sections and screens ([4b0f905](4b0f905))
* implement theme switching and navbar component ([#21](#21)) ([afe3c29](afe3c29))
* integrate Storybook ([#3](#3)) ([f97a0fc](f97a0fc))
* make nav sticky and slick ([05f99b7](05f99b7))
* setup shadcn ui library ([#11](#11)) ([37262d7](37262d7))
* update fetch pattern and copy content ([#27](#27)) ([acf21c6](acf21c6))
* update project creation form fields ([#26](#26)) ([bfe2aea](bfe2aea))

### 🐛 Bug Fixes

* add fallback for statuc params ([3ccc28b](3ccc28b))
* align hero section subtitle text ([4e297f9](4e297f9))
* build error ([557b081](557b081))
* general edge runtime error ([8cd86bd](8cd86bd))
* infer type to next api route response ([553cf47](553cf47))
* logo and theme switcher flicker ([a09ad0b](a09ad0b))
* next connect router type error fixed ([cf19d3f](cf19d3f))
* page render error in projects details ([23429cd](23429cd))
* remove unknow env variable usage ([266d463](266d463))
* server crash for blog pages ([be06932](be06932))
* set image fix to cover ([9f796d6](9f796d6))
* traige current error ([19e7714](19e7714))
* trying to fix database error ([dc48606](dc48606))
* update code highlight styles ([d7d5953](d7d5953))

### 🎨 Styles

* fix hamburger flickering ([3872e3f](3872e3f))

### 🧑‍💻 Code Refactoring

* update markdown rendering for inline code ([2aedade](2aedade))
@OgDev-01
Copy link
Copy Markdown
Owner Author

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feature: add storybook to project

1 participant