flipbook icon indicating copy to clipboard operation
flipbook copied to clipboard

Storybook plugin for Roblox UI

Results 34 flipbook issues
Sort by recently updated
recently updated
newest added

1. When no storybooks are found display instructions on how to create one 2. If a storybook file is found but malformed, add helpful info on fixing it

enhancement

It would be nice to have a storybook map stories if desired so developers don't have to wrap stories with context providers or something everytime they write stories. Storybooks with...

enhancement

Controls are a powerful mechanism for switching between different states for a story. However we currently have no way to document these controls

enhancement

Could allow developers to pass custom viewport size options they can switch between in their storybook, such like if they want to be able to quickly click into a mobile...

enhancement

This will allow users that aren't using the plugin to start the place from the site and interact with the stories. This can be especially useful for designers to see...

enhancement

When a story errors, if we could somehow grab a block of the files source code to display and then highlight the error'd line somewhere in the previewer, that'd be...

enhancement

This would mount a button that, when clicked, would run the callback. This can be useful for stories that need to allow the developer to perform an action

enhancement

Here's an example stacktrace that should be giving the user a lot more context: ![stacktrace](https://user-images.githubusercontent.com/3081936/211235958-740b4035-4631-4901-b548-b2cc598c45d7.png)

bug

# Problem Some of our tools are outdated and can be updated # Solution Bumped the versions I could find. This also has the benefit of making all our tool...

## Describe the bug ![image](https://github.com/flipbook-labs/flipbook/assets/3081936/0b8a697f-0025-4b81-b0ff-cbd6d4975f0c) ![image (1)](https://github.com/flipbook-labs/flipbook/assets/3081936/dbd13fe8-e838-4ea3-a242-026274a79257) ## Expected behavior There should be a better error message that points to the specific control that was wrong and why. It should...

bug