svelte-on-solana / wallet-adapter

Svelte wallet adapter for Solana Dapps
https://solana-svelte-counter.netlify.app/
Apache License 2.0
61 stars 24 forks source link

Allow the number of wallets shown in the modal to be configured when … #27

Closed andrewjmeier closed 2 years ago

andrewjmeier commented 2 years ago

Adds WalletModal's maxNumberOfWallets prop to WalletMultiButton to allow configuration of the number of wallets displayed in the modal.

Based off of a discussion here: https://github.com/svelte-on-solana/wallet-adapter/issues/26

silvestrevivo commented 2 years ago

@andrewjmeier thank you for the PR. I think the solution looks great. Could you please add a description to the PR explaining the changes and mentioning the issue.

Another thing should be done is an update of the docs.

Thanks!!