-
Notifications
You must be signed in to change notification settings - Fork 55
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(time-estimator): add component #240
Conversation
Deploy preview for ibm-security ready! Built with commit cabdd2c |
12843f2
to
5bd57c9
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.
Very cool! I'm wondering how we may be able to standardize/govern the use of 'min' vs. 'minutes' 'hr' vs. 'hours'? Is it something we need to create an option for or just write documentation that outlines best practices, thoughts?
@petervachon Good point! Right now, this is pretty dumb as it only accepts a string so technically anything could be passed in. I could document recommended usage directly in Storybook if you had any thoughts around it? |
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.
Had some formatting/structure questions and then the bigger one for me is -- what makes this is "time estimator"? Could it just be any text next to any icon?
Usage documentation in Storybook would be great! It looks liked we do not want to abbreviate unless the space is too tight, which in our use case it is not, so we would use |
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.
Looks great @SimonFinney!
One thing to note though -- the component always appears at the bottom of the "Components" section of the storybook. It's not in alphabetical order in the sidebar. 🤔
## [1.10.2-prerelease.4](https://github.com/carbon-design-system/ibm-security/compare/[email protected]@canary) (2019-12-10) ### Features * **time-estimator:** add component ([#240](#240)) ([b4e0520](b4e0520))
🎉 This PR is included in version 1.10.2-prerelease.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [1.11.0](v1.10.1...v1.11.0) (2019-12-10) ### Bug Fixes * **data-table:** fix theme tokens, reduce overrides ([#252](#252)) ([ccec2d6](ccec2d6)) * **header:** add hyphenated word break for popover title ([#250](#250)) ([495f531](495f531)) ### Features * **summary-card:** add multiselect, extend `DataTable` batch actions ([#228](#228)) ([c215958](c215958)) * **time-estimator:** add component ([#240](#240)) ([b4e0520](b4e0520))
🎉 This PR is included in version 1.11.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Affected issues
Proposed changes
TimeEstimator
component