Story Hierarchy (UI improvements)#1387
Conversation
…hierarchy-3rd-party Merge remote-tracking branch 'origin/151-story-hierarchy' into story-hierarchy-3rd-party
…hierarchy-3rd-party
Codecov Report
@@ Coverage Diff @@
## release/3.2 #1387 +/- ##
===============================================
+ Coverage 15.29% 15.49% +0.19%
===============================================
Files 202 238 +36
Lines 4706 5499 +793
Branches 627 648 +21
===============================================
+ Hits 720 852 +132
- Misses 3456 4100 +644
- Partials 530 547 +17
Continue to review full report at Codecov.
|
| export default { | ||
| NAMESPACE: 'namespace', | ||
| COMPONENT: 'component', | ||
| STORY: 'story', |
There was a problem hiding this comment.
maybe it's worth to add some comments about new UI structure. I'd like to dig a bit this (and previous) PR so it could help to review
| @@ -0,0 +1,155 @@ | |||
| import reactTreebeard from 'storybook-react-treebeard'; | |||
| @@ -0,0 +1,76 @@ | |||
| import reactTreebeard from 'storybook-react-treebeard'; | |||
There was a problem hiding this comment.
Yep.. But it didn't work (they changed the export of the index file in the PR) But I am changing it in the forked version to the named export and it should fix this.
|
@igor-dv i have some issues with the current state, but am merging/releasing anyway. i'll list them as separate issues that we can work through during the alpha stage |
Issue: #151
What I did
I've added react-treebeard and react-icons for a better look and feel of the stories hierarchy
How to test
Run
cra-kitchen-sinkorstorybook-ui-example