feat(PermissionsEditor): add interactive Storybook controls for Docs page#70
Merged
garrity-miepub merged 1 commit intomainfrom Feb 4, 2026
Merged
Conversation
…page - Add argTypes configuration for userName, showEmployerAccess, and className - Disable controls for complex props (groups, assignedPermissions, onPermissionsChange, employers, selectedEmployers, onEmployersChange, labels) - Add default args to meta config for proper control initialization - Reorder stories to make Default the primary story on Docs page - Simplify Default story render function to use args directly - Controls now properly update the inline preview on the Docs page Props with controls: - userName (text): User name being edited - showEmployerAccess (boolean): Toggle employer access section - className (text): Custom CSS class Props without controls (complex types): - groups, assignedPermissions, onPermissionsChange - employers, selectedEmployers, onEmployersChange, labels
There was a problem hiding this comment.
Pull request overview
This PR enhances the PermissionsEditor Storybook documentation by adding interactive controls to the Docs page. The changes enable users to dynamically modify simple props (userName, showEmployerAccess, className) directly in the documentation, while appropriately disabling controls for complex props like callbacks and arrays.
Changes:
- Added argTypes configuration with interactive controls for userName, showEmployerAccess, and className
- Disabled controls for complex props (groups, assignedPermissions, callbacks, etc.) to prevent confusion
- Reordered stories by moving Default story before Interactive story, making it the primary example on the Docs page
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Props with controls:
Props without controls (complex types):
premissions-editor.mov