-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs go dark #409
Docs go dark #409
Conversation
Signed-off-by: Nikolai Lopin <[email protected]>
Signed-off-by: Nikolai Lopin <[email protected]>
Signed-off-by: Nikolai Lopin <[email protected]>
Signed-off-by: Nikolai Lopin <[email protected]>
Signed-off-by: Nikolai Lopin <[email protected]>
Signed-off-by: Nikolai Lopin <[email protected]>
Signed-off-by: Nikolai Lopin <[email protected]>
Signed-off-by: Nikolai Lopin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I've just added a comment to make sure we've tried storybook's own addon before using another one, feel free to resolve it if you think it's not worth trying
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing job!
Signed-off-by: Nikolai Lopin <[email protected]>
What
Adds dark mode support and a switch between dark and light mode to the documentation. The switch also switches the Wave's scheme.
Resolves #408 #404
Media
The updated documentation is available on the temporary website.
How
storybook-dark-mode
that adds almost everything I needed.Source
components didn't respect the mode setting. I've written a small wrapperSource
that derives the theme and passes it to the StorybookSource
component. As a result, I had to change paths for all the users of theSource