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

chore: use window.open instead to prevent listener page from closing #200

Merged
merged 3 commits into from
Aug 22, 2024

Conversation

andrei0x309
Copy link
Contributor

@andrei0x309 andrei0x309 commented Aug 18, 2024

Motivation

https://warpcast.com/andrei0x309/0x176bd96f

Change Summary

Minimal change that uses window.open instead of window.location.
Changes how the mobile deep link is open to increase device compatibility, especially on Android.

Merge Checklist

Choose all relevant options below by adding an x now or at any time before submitting for review

  • PR title adheres to the conventional commits standard
  • PR has a changeset
  • PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore)
  • PR includes documentation if necessary
  • All commits have been signed

Additional Context

If this is a relatively large or complex change, provide more details here that will help reviewers

@horsefacts horsefacts merged commit 99664c1 into farcasterxyz:main Aug 22, 2024
1 of 3 checks passed
horsefacts added a commit that referenced this pull request Aug 22, 2024
## Change Summary

Follow up to #200. Add changeset, use `window.open` in `SignInButton`.

## Merge Checklist

_Choose all relevant options below by adding an `x` now or at any time
before submitting for review_

- [x] PR title adheres to the [conventional
commits](https://www.conventionalcommits.org/en/v1.0.0/) standard
- [x] PR has a changeset
- [x] PR has been tagged with a change label(s) (i.e. documentation,
feature, bugfix, or chore)
- [ ] PR includes documentation if necessary
- [x] All commits have been signed
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