katspaugh

Results 357 comments of katspaugh

@iAmMichaelConnor thank you for the detailed report! @liliya-soroka @francovenica can you take a look?

This event is using the native [`dblclick`](https://developer.mozilla.org/en-US/docs/Web/API/Element/dblclick_event) DOM event which sadly isn't supported on touch devices. We can detect double taps manually like this: ```js let lastTap = 0 element.addEventListener('touchend',...

I'll close this PR at this time but please feel free to reopen it if you follow up on my comment (cache paddings).

It would be best to pre-build the static files indeed. Don't think there's a reason to build them inside the image.

@cen1 shall we close this then? Or do you think there's a way?

On mobile, the What's New link doesn't work at all. I'll close this one and make a new issue.

@TanyaEfremova could you prepare a design for this?

@SamarthJ2004 sure, go ahead! 👍

I've migrated the transaction-decoder to NextJS but it's probably better to just start a new project and use only `utils/decoding.ts`. https://github.com/5afe/transaction-decoder/