Vin Lim

Results 7 comments of Vin Lim

I do think grabWidth is important as when user sliding vertically especially on larger phone, the slide trajectory tend to skew to the right (for right-handed), which resulted in unintentional...

Same for me. No attempt to send notificaiton.

Consider using [custom web component](https://developer.mozilla.org/en-US/docs/Web/API/Web_components) to resolve this by encapsulating the checkout component with Shadow DOM. Customization can also be done with [CSS Custom Properties](https://web.dev/custom-properties-web-components/)

Thanks for the input @kyranjamie . > If we're to allow users to get xpub, I wonder if this should just be exposed from the same API we have now,...

> Sorry for the delay reviewing this work, we've been discussing it internally. > > We're okay with this API, however before merging, it'd be great if you could: >...

Hi @kyranjamie it seems I've imported the incorrect component that is resulting in the error. I've rectified it. Appreciate you'd try it again.

I have proposed to introduce `getXpub` RPC method with this PR #4958 to support this. Would love to hear comments on the approach.