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: link handling #147

Merged
merged 9 commits into from
Oct 3, 2024
Merged

fix: link handling #147

merged 9 commits into from
Oct 3, 2024

Conversation

reneaaron
Copy link
Contributor

@reneaaron reneaaron commented Oct 1, 2024

Follow-Up for #129

  • Introduces AuthContext to protect routes
  • Splits routes into sub-groups
  • Supports handling links from cold-starts
  • Auth is intercepting starts but continuing with original flow
  • Removes hacks waiting for rootNavigationState
  • Introduces jest automated testing & integration into ci workflow

Unrelated improvements

  • Fixes toast ui (rounded-xl instead of rounded-full improves multiline ui)
  • Delay the start of the camera if the deeplink does not contain valid payment info (otherwise the camera prompt overlays the toast immediately)
  • Enable developer mode automatically for dev builds

fix: cleanup

fix: cleanup

fix: prevent nav

fix: nested layouts

fix: entry point & polyfills

fix: debugging

fix: debugging

fix: deep links & auth

fix: cleanup
hooks/useSession.tsx Outdated Show resolved Hide resolved
pages/send/Send.tsx Outdated Show resolved Hide resolved
@reneaaron reneaaron marked this pull request as ready for review October 3, 2024 21:09
@reneaaron reneaaron merged commit eb42070 into master Oct 3, 2024
1 check passed
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.

1 participant