Skip to content
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

Merged
merged 15 commits into from
Sep 27, 2023
Merged

Implement HomePage and MyTheme page #732

merged 15 commits into from
Sep 27, 2023

Conversation

veej
Copy link
Member

@veej veej commented Aug 25, 2023

Screen.Recording.2023-08-25.at.10.16.23.mov

@veej veej requested review from gabro and federico-ercoles August 25, 2023 08:17
@veej veej changed the base branch from main to BEN-141 August 25, 2023 08:19
Base automatically changed from BEN-141 to main August 28, 2023 14:45
Copy link
Member

@gabro gabro left a 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")}
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Comment on lines 21 to 26
<Button
size="large"
kind="solid"
hierarchy="primary"
label={t("ColorsSection.goToTypography")}
onPress={props.goToTypography}
onPress={() => navigate("/theme/typography")}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@gabro
Copy link
Member

gabro commented Sep 25, 2023

@veej there seems to be an issue with the lockfile. Can you run pnpm install locally and push the updated lockfile?

@veej
Copy link
Member Author

veej commented Sep 26, 2023

@gabro it seems the workaround to fix the chromatic flakiness with DateField is not working 😞

@veej veej merged commit f1d055a into main Sep 27, 2023
@veej veej deleted the BEN-131 branch September 27, 2023 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants