-
Notifications
You must be signed in to change notification settings - Fork 77
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
Refactor: simplify stories #1114
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still valid, combined with global props for dir, scale, theme this will be a great improvement. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed due to inactivity. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed due to inactivity. |
@eriklharper is this still valid after the story changes? |
Yes, this is still valid. You can still use the patterns this issue describes alongside the Screener Steps API. Checkout |
Would this pattern benefit from being added to the conventions? And then when reviewing PRs that contain story changes we can point to the convention and get it cleaned up bit by bit. |
It would in fact! Excellent idea. |
Stories could be simplified by adopting a pattern used in
calcite-app-components
. This pattern consists of:Each component stories should be tackled separately to streamline the refactoring. The following will need to be updated:
calcite-accordion.stories.ts
calcite-alert.stories.ts
calcite-button.stories.ts
calcite-card.stories.ts
calcite-checkbox.stories.ts
calcite-chip.stories.ts
calcite-color.stories.ts
calcite-combobox.stories.ts
calcite-date.stories.ts
calcite-dropdown.stories.ts
calcite-icon.stories.ts
calcite-input.stories.ts
calcite-label.stories.ts
calcite-link.stories.ts
calcite-loader.stories.ts
calcite-modal.stories.ts
calcite-notice.stories.ts
calcite-pagination.stories.ts
calcite-popover.stories.ts
calcite-progress.stories.ts
calcite-radio-button-group.stories.ts
calcite-radio-button.stories.ts
calcite-radio-group.stories.ts
calcite-scrim.stories.ts
calcite-slider.stories.ts
calcite-split-button.stories.ts
calcite-stepper.stories.ts
calcite-switch.stories.ts
calcite-tabs.stories.ts
calcite-tile-select-group.stories.ts
calcite-tile-select.stories.ts
calcite-tile.stories.ts
calcite-tooltip.stories.ts
calcite-tree.stories.ts
Assigning to backlog since this may take a few iterations to complete.
Additional Info
#1424 should help with this
The text was updated successfully, but these errors were encountered: