Refactor #21630
Colocate storybook stories
Pull request:
Fixed in Releases:
Found in Releases:
Description
Move each of the storybook stories into the directory where the component lives. This improves colocation and is in line with the patternfly structure.
Associated revisions
refs #21630 - do not collect code coverage for stories.
History
#1
Updated by The Foreman Bot about 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5000 added
#2
Updated by Anonymous about 3 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset 2f1b8efb6125a159fbaf893b7a5b4e191acf00cb.
#3
Updated by Ohad Levy about 3 years ago
- Legacy Backlogs Release (now unused) set to 296
#4
Updated by Walden Raines about 3 years ago
- Target version set to 228
- Category set to Web Interface
#5
Updated by The Foreman Bot about 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/5130 added
Fixes #21630 - Add colocation for storybook stories
This moves the storybooks stories to colocate with the
corresponding component file. This makes it a little
nicer to manage and follows the pattern in the patternfly-react
repository.
http://projects.theforeman.org/issues/21630