-
Notifications
You must be signed in to change notification settings - Fork 14
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
Implement HomePage and MyTheme page #732
Conversation
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.
One minor change
@@ -18,14 +16,14 @@ export function SectionCompleted(props: Props) { | |||
kind="solid" | |||
hierarchy="secondary" | |||
label={t("ColorsSection.returnToMyTheme")} | |||
onPress={props.goToMyTheme} | |||
onPress={() => navigate("/theme")} |
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.
ButtonLink
instead of Button
if we're navigating onPress?
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.
fixed
<Button | ||
size="large" | ||
kind="solid" | ||
hierarchy="primary" | ||
label={t("ColorsSection.goToTypography")} | ||
onPress={props.goToTypography} | ||
onPress={() => navigate("/theme/typography")} |
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.
same
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.
fixed
@veej there seems to be an issue with the lockfile. Can you run pnpm install locally and push the updated lockfile? |
@gabro it seems the workaround to fix the chromatic flakiness with DateField is not working 😞 |
Screen.Recording.2023-08-25.at.10.16.23.mov