[PR #702] [MERGED] Initiate BoostNote storybook #853

Closed
opened 2026-03-03 00:23:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/702
Author: @rohjs
Created: 11/30/2020
Status: Merged
Merged: 12/6/2020
Merged by: @Rokt33r

Base: masterHead: features/storybook


📝 Commits (6)

📊 Changes

10 files changed (+11720 additions, -1582 deletions)

View changed files

📝 .babelrc (+9 -2)
.storybook/main.js (+4 -0)
.storybook/preview.js (+3 -0)
📝 package-lock.json (+11591 -1559)
📝 package.json (+10 -1)
📝 src/components/App.tsx (+1 -20)
src/stories/Button.stories.tsx (+19 -0)
src/stories/Index.mdx (+0 -0)
src/stories/utils/themes.tsx (+58 -0)
src/themes/index.ts (+25 -0)

📄 Description

Description

  • Partially refactor atoms/form.tsx
  • Initiate a storybook project and add stories about atoms/Form/Button, CheckItem, Heading

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/702 **Author:** [@rohjs](https://github.com/rohjs) **Created:** 11/30/2020 **Status:** ✅ Merged **Merged:** 12/6/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `features/storybook` --- ### 📝 Commits (6) - [`d0eb083`](https://github.com/BoostIO/BoostNote-App/commit/d0eb083414d1c0fcf96959c5fc363860e9735a0c) Configure babelrc for storybook - [`c7fb00d`](https://github.com/BoostIO/BoostNote-App/commit/c7fb00d2284e73145ae058fbbcc8780933ea2a59) Introduce a storybook - [`1e636dc`](https://github.com/BoostIO/BoostNote-App/commit/1e636dc7ace9b775ac55f9db024826fda80bd9da) Refactor theme - [`aee8c97`](https://github.com/BoostIO/BoostNote-App/commit/aee8c97b937c572984cd047924a9979b11198c0e) Create utils/theme - [`032db7b`](https://github.com/BoostIO/BoostNote-App/commit/032db7bb880f59a7af7355c5e7a70af1a47897b7) Create Button storybook - [`fa92b45`](https://github.com/BoostIO/BoostNote-App/commit/fa92b45d2f3e55dcbc562c8c9cb5b48a572a0610) Apply prettier ### 📊 Changes **10 files changed** (+11720 additions, -1582 deletions) <details> <summary>View changed files</summary> 📝 `.babelrc` (+9 -2) ➕ `.storybook/main.js` (+4 -0) ➕ `.storybook/preview.js` (+3 -0) 📝 `package-lock.json` (+11591 -1559) 📝 `package.json` (+10 -1) 📝 `src/components/App.tsx` (+1 -20) ➕ `src/stories/Button.stories.tsx` (+19 -0) ➕ `src/stories/Index.mdx` (+0 -0) ➕ `src/stories/utils/themes.tsx` (+58 -0) ➕ `src/themes/index.ts` (+25 -0) </details> ### 📄 Description ## Description * Partially refactor `atoms/form.tsx` * Initiate a storybook project and add stories about `atoms/Form/Button, CheckItem, Heading` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#853
No description provided.