You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to customise the current modals' view? WalletsModal in particular.
I've seen that theming is on the roadmap, so that might be extremely handy.
Proposal
Add an additional option to UnifiedWalletContext.Provider, eg. modalInstance: FC<> and pass it if necessary. UnifiedWalletContext.Provider could render an injected instance or fallback to the default implementation.
Current implementation extended with this proposal.
What do you think about this? Would you accept such a change if our team implemented it?
I want to contribute to this package instead of locking it in a fork 🫡
Any thoughts, concerns or additional details are super welcome. Hope to hear from you soon 🙏
The text was updated successfully, but these errors were encountered:
hey, guys. It is an ultimately useful library 👍
Requirement
Is it possible to customise the current modals' view? WalletsModal in particular.
I've seen that
theming
is on the roadmap, so that might be extremely handy.Proposal
Add an additional option to
UnifiedWalletContext.Provider
, eg.modalInstance: FC<>
and pass it if necessary.UnifiedWalletContext.Provider
could render an injected instance or fallback to the default implementation.Current implementation extended with this proposal.
Other things that might be made public for re-using
usePreviouslyConnected
(https://github.com/TeamRaccoons/Unified-Wallet-Kit/blob/main/src/components/UnifiedWalletModal/index.tsx#L272) might be exported either with public API or just as a context value, like:WDYT?
What do you think about this? Would you accept such a change if our team implemented it?
I want to contribute to this package instead of locking it in a fork 🫡
Any thoughts, concerns or additional details are super welcome. Hope to hear from you soon 🙏
The text was updated successfully, but these errors were encountered: