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

fix: make header text clickable #130

Merged
merged 2 commits into from
Aug 9, 2022
Merged

Conversation

kristiehuang
Copy link
Contributor

@kristiehuang kristiehuang commented Aug 8, 2022

Both left arrow & header text are now clickable in a dialog popup (as per design request)

Screen Shot 2022-08-08 at 1 30 05 PM

@vercel
Copy link

vercel bot commented Aug 8, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
widgets ✅ Ready (Inspect) Visit Preview Aug 9, 2022 at 5:51PM (UTC)

@vercel vercel bot temporarily deployed to Preview August 8, 2022 20:31 Inactive
onReviewSwapClick={() => {
return new Promise((resolve) => resolve(true))
}}
onReviewSwapClick={() => new Promise((resolve) => resolve(true))}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

unrelated but nit to remove extra brackets

<IconButton color="primary" onClick={useContext(OnCloseContext)} icon={ChevronLeft} />
<Row gap={0.5}>{title && <ThemedText.Subhead1>{title}</ThemedText.Subhead1>}</Row>
</Row>
<TextButton color="primary" onClick={useContext(OnCloseContext)}>
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: (I know this isn't a part of this PR) - hooks shouldn't be used in the render function

@kristiehuang kristiehuang merged commit 6855ca3 into main Aug 9, 2022
@kristiehuang kristiehuang deleted the fix/header-text-clickable branch August 9, 2022 17:51
@vercel vercel bot temporarily deployed to Preview August 9, 2022 17:51 Inactive
@github-actions
Copy link

github-actions bot commented Aug 9, 2022

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants