-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(web-storybook): create storybook setup & refactor for separation of concerns #5570
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow. Thanks for your hard work!! Kudos!!
I left some suggestions, and let's discuss.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion: What about to move it to mirinae-foundation package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion: I think it's far better to move it to the mirinae-foundation package
cbe0c12
to
f82d953
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!!!
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 4.5.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Wanjin Noh <[email protected]>
refactor: restructure styles and update imports - Moved style files to a new package directory - Updated import paths for colors, screens, and fonts - Added mirinae-foundation as a dependency in package.json Signed-off-by: sulmo <[email protected]> refactor(tailwind): simplify config by extending default settings - Replaced custom Tailwind configuration with an extended default config - Removed redundant theme, variants, and plugins definitions - Updated content paths for style processing Signed-off-by: sulmo <[email protected]>
…ncerns Signed-off-by: sulmo <[email protected]>
Signed-off-by: sulmo <[email protected]>
…irinae-foundation Signed-off-by: sulmo <[email protected]>
- Removed `@storybook/theming` dependency and replaced with custom theme creation. - Updated import paths and methods for setting Storybook configurations. - Adjusted package.json to reflect changes in dependencies. - Simplified path resolution in storybook-config-custom. Signed-off-by: sulmo <[email protected]>
- Change the development server port from 6006 to 6007 in the script configuration. Signed-off-by: sulmo <[email protected]>
Skip Review (optional)
style
,chore
,ci
,test
,docs
)Description (optional)
I have created a Storybook for the console components.
To achieve this, I have separated the concerns within the repository into distinct packages:
postcss-config-custom
mirinae-foundation
storybook-config-custom
콘솔 컴포넌트를 위한 스토리북을 생성했습니다.
이를 위해 현재 레포의 패키지 관심사 분리를 진행하였습니다.
Things to Talk About (optional)