flipbook
flipbook copied to clipboard
Storybook plugin for Roblox UI
This PR adds an About page with information on the current flipbook version. Copyright year auto updates based on current year, and authors are loaded based on user ID. Dark...
# Problem Describe the problem you are trying to solve # Solution Describe the solution you came up with # Checklist - [ ] Ran `./bin/test.sh` locally before merging
# Problem Describe the problem you are trying to solve # Solution Describe the solution you came up with # Checklist - [ ] Ran `lune run test` locally before...
# Problem Tests can only be run manually via `./bin/test.sh` which is usually good enough, but it would be helpful to have tests run when files are changed # Solution...
Our documentation is pretty obscure in my opinion, and we also don't show any examples on mounting BillboardGui's & SurfaceGui's onto parts, it'd be great if we can add some...
# Problem Describe the problem you are trying to solve # Solution Describe the solution you came up with # Checklist - [ ] Ran `./bin/test.sh` locally before merging
The idea is all of our storybook and story-related functionality and types to be exposed off of a public API that creators could import via Wally. One of the primary...
## Describe the bug When working on a plugin and reloading it during development, the plugin's storybook breaks and becomes inoperable ## Expected behavior Reload of a plugin should have...
# Problem Describe the problem you are trying to solve # Solution Describe the solution you came up with # Checklist - [ ] Ran `./bin/test.sh` locally before merging
## Describe the bug Changing control values causes component's state to be reset ## Expected behavior The component should be re-rendered with different props rather then creating the component again...