-
Notifications
You must be signed in to change notification settings - Fork 146
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
feat: set up sandbox page #4443
Conversation
@@ -166,6 +167,15 @@ export function SettingsDropdown() { | |||
Lock | |||
</MenuItem> | |||
)} | |||
{!IS_PROD_ENV && ( |
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.
Maybe we can avoid this and just get people that need it to bookmark the URL?
Just as I don't think we should mix sandbox stuff with real production code
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.
it's just for convenience. I believe there is no problem in adding menu item there
@@ -0,0 +1,16 @@ | |||
import { Flex, Stack, styled } from 'leather-styles/jsx'; | |||
|
|||
const textVariants = ['label.01', 'label.02', 'label.03', 'heading.01', 'heading.02', 'heading.03']; |
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.
Can pull programatically from theme directly?
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.
yes, done
cceb5d5
to
bc4c1c1
Compare
close in favor of storybook |
Adds sandbox page with app's components