Results 38 comments of Renatex

Hey @austinm911 thanks for the example, the problem is that we are trying to set `alpha` on custom colors.

After little more investigation was very clear how to make it work. First you need to declare your color variable using `RGB` and not `HEX` On your css config: ```...

@frankye23 did you setup the `autoConnect` to true ? `Metamask` either can remove a connected website, or lock itself. both can't be done from an external app, like VueDapp. @chnejohnson...

Yes, @chnejohnson I'm wondering if this is accepted/expected behaviour? What do you think ? On `Uniswap`, even when you have disconnected, after refresh the page it still connects automatically. So...

@chnejohnson Maybe we can introduce this new flag, `persistDisconnect` and if that is true, we store on `localStorage` to not `autoConnect` after refresh. Looking to [Uniswap](https://app.uniswap.org/), look at this: https://user-images.githubusercontent.com/2920357/207850265-685681b3-151a-43b9-b610-61a1ce06f74a.mov...

> I think this is more reasonable than the existing implementation, maybe we should setup `persistDisconnect` default to true if the user setup the autoConnect to true? Agreed! I believe...

Hey @kevinmarrec thanks. But is not a clear path on how to easily implement the same very useful features that `vite-plugin-pwa` provides. If you could indicate here, on how to...

This PR is good has been hanging here for a long time.