Conversation
because you should use spacing instead.
🦋 Changeset detectedLatest commit: 569faa6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@example/basic • @example/changesets commit: |
|
@yannbf if you get chance, can you have a play around with this via the pkg-pr-new install? im pretty happy with it so we just need to throw it around a bit and see if it falls over anywhere |
dreyfus92
left a comment
There was a problem hiding this comment.
this looks good, just wondering if you're gonna add some tests in the future? 😁
also can you add a changeset please? 🙏🏻
|
100% - i got side tracked and ended up working on some other stuff ill try find some time to get back to this and add the tests etc |
|
tests + changeset added 👍 |
|
Hey @43081j so sorry I missed this! We're currently working on using Clack across the board in Storybook, we'll definitely try this out! |
|
Awesome, let me know if you wanna catch up on it one day! Would be good to stay in the loop and help with any guidance |
This allows you to have tasklog groups.
Basically this:
this will result in a scrolling task log whose sub-logs have a
limit: 5(i.e. the overall log has no such limit)once inner logs complete, they collapse as normal
once the overall log completes, we collapse the entire thing and output the log if specified
cc @yannbf