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

feat(nameguard-react): share modal #165

Merged
merged 9 commits into from
Dec 4, 2023
Merged

feat(nameguard-react): share modal #165

merged 9 commits into from
Dec 4, 2023

Conversation

notrab
Copy link
Member

@notrab notrab commented Nov 26, 2023

MVP

Copy link

vercel bot commented Nov 26, 2023

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

Name Status Preview Comments Updated (UTC)
nameguard-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 3, 2023 9:06am

Copy link
Member

@lightwalker-eth lightwalker-eth left a comment

Choose a reason for hiding this comment

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

Very cool to see the progress here 👍 Completed a review and shared feedback

packages/nameguard-react/src/components/Share/Share.tsx Outdated Show resolved Hide resolved
packages/nameguard-react/src/components/Share/Share.tsx Outdated Show resolved Hide resolved
packages/nameguard-react/src/components/Share/Share.tsx Outdated Show resolved Hide resolved
return `mailto:?subject=${subjectEncoded}&body=${bodyEncoded}`;
}

export function Share({ name }: ShareProps) {
Copy link
Member

Choose a reason for hiding this comment

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

On my iPhone when I first open the share model it opens as shown below (you might need to scroll for the big screenshot). We should make sure that the modal opens to immediately show all the share buttons at the bottom.

IMG_8722

Copy link
Member Author

Choose a reason for hiding this comment

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

@lightwalker-eth I changed this to appear the same as other modals for now.

@notrab notrab changed the title feat(nameguard-react-): share modal feat(nameguard-react): share modal Dec 3, 2023
Copy link
Member

@lightwalker-eth lightwalker-eth left a comment

Choose a reason for hiding this comment

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

All is working great in my tests on both desktop and mobile !

@notrab notrab merged commit 8c48fc2 into main Dec 4, 2023
5 checks passed
@notrab notrab deleted the share-modal branch December 4, 2023 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants