Skip to content

Support native mobile wallet connect flow#40

Merged
LiranCohen merged 1 commit into
masterfrom
feat/mobile-wallet-connect-requester
Apr 19, 2026
Merged

Support native mobile wallet connect flow#40
LiranCohen merged 1 commit into
masterfrom
feat/mobile-wallet-connect-requester

Conversation

@LiranCohen

Copy link
Copy Markdown
Contributor

Summary

  • align nutsd's requester stack with the current wallet/web connect versions
  • expose a mobile-first path in the QR connect dialog with and
  • update connect modal copy so the phone-wallet path clearly supports QR and same-device app opening

Verification

  • bun install
  • bun run build

Notes

/home/liran/src/enboxorg/nutsd/src/components/wallet/pay-request-dialog.tsx
66:43 error React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return? react-hooks/rules-of-hooks

/home/liran/src/enboxorg/nutsd/src/components/wallet/receive-dialog.tsx
144:11 error 'knownMint' is never reassigned. Use 'const' instead prefer-const

/home/liran/src/enboxorg/nutsd/src/hooks/use-wallet.ts
1141:13 error 'mint' is never reassigned. Use 'const' instead prefer-const
1255:6 warning React Hook useCallback has a missing dependency: 'addMint'. Either include it or remove the dependency array react-hooks/exhaustive-deps

✖ 4 problems (3 errors, 1 warning)
2 errors and 0 warnings potentially fixable with the --fix option. still fails on pre-existing issues outside this change:

Align nutsd to the current Enbox connect stack and expose a mobile-first wallet path in the QR dialog so users can open Enbox Mobile directly or copy the connect link for same-device flows.
@LiranCohen LiranCohen force-pushed the feat/mobile-wallet-connect-requester branch from 54cbc2a to 785749a Compare April 19, 2026 02:59
@LiranCohen LiranCohen merged commit 6856be8 into master Apr 19, 2026
3 checks 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