-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dropdown Component + some general adjustments #21
Conversation
GitLab Pipeline ActionGeneral informationLink to pipeline: https://gitlab.com/code0-tech/base-ui/-/pipelines/1110814035 Status: Passed Job summariesstorybook:buildStorybook available at https://code0-tech.gitlab.io/-/base-ui/-/jobs/5772652264/artifacts/storybook-static/index.html |
Issue resolved with 568d42c |
I will give it a quick self review, because no one is online right now and I am the project lead anyway |
Lets keep the branch for now, so @Taucher2003 or @raphael-goetz can give it a good review later |
@@ -67,5 +65,8 @@ | |||
}, | |||
"publishConfig": { | |||
"access": "public" | |||
}, | |||
"dependencies": { | |||
"rollup-plugin-visualizer": "^5.11.0" |
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.
Is this intended to be a dependency instead of a dev devependency? Based on the name, I would expect it as dev dependency.
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.
Yep, that's a mistake. Will be changed in a future MR.
} | ||
|
||
/** | ||
* Component creates an item with over effect |
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.
What the hell is an "over effect"?
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.
Just a typo, will be fixed within a future MR.
} | ||
|
||
/** | ||
* Component creates an item with over effect |
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.
Same here, what is an "over effect"?
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.
Just a typo, will be fixed within a future MR.
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.
Instead of having a utils.ts
inside a utils
folder, I think this should be split for better readability and easier understanding.
I think this could be split into utils/react_nodes.ts
and utils/positions.ts
.
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.
Because this is already merged, I will convert your ideas into issues.
No description provided.