connectkit icon indicating copy to clipboard operation
connectkit copied to clipboard

Connecting a wallet, made simple.

Results 17 connectkit issues
Sort by recently updated
recently updated
newest added

This is a draft with some outstanding items remaining to get it ready for merge, but I'd like to get some feedback to make sure this approach works for you!...

**Describe the bug** 1. changing "customTheme" won't change the theme of the pop "Connect Wallet" ````ts const theme = useTheme() .... ```` 2. If we set the "key" prop on...

bug

This commit introduces support for the Catalan language as spoken in Andorra and Catalonia (ca_AD). Changes include: - Added new language files for ca_AD compatibility. With these changes, users can...

**Describe the bug** When using a connector that requires Deeplinks to trigger connection requests to desktop apps, it always shows the QR code. **To reproduce** Choose any connector that requires...

bug

**Describe the bug** Coinbase does not show dAPP login on IOS. I personally use Infura. **To reproduce** 1. Open [ConnectKit Docs](https://docs.family.co/connectkit/try-it-out) on your phone, in your phone browser (Chrome /...

bug

I just created a first translation to Estonian language. There are no other files changed that `index.tsx` in `localizations` and added the necessary ts file.

In order to refetch the SIWE session on account change, I need to imperatively trigger a refetch of the `session` query in [SIWEProvider.tsx](https://github.com/family/connectkit/blob/main/packages/connectkit/src/siwe/SIWEProvider.tsx#L54-L58). This can be achieved without a const...

Related - https://github.com/family/connectkit/discussions/323

Preparing for the ETHGlobal hackathon, I added the Russian ('ru-RU') language to expand connectkit usability among Russian-speaking users. The effort will help the goal of supporting various languages for reaching...