Pierre Bertet
Pierre Bertet
I can’t find a discussion about it, but something we’ve been wanting to implement for a long time is a layering system. A component (or hook) would get used by...
@JackCurrie I haven’t checked in a while, but there is this proposal that would help define the type of content in a precise way: https://github.com/NFT-Standards-WG/eip-content-type I’ve also started this other...
I used to check with `supportsInterface()` before calling either `tokenURI()` or `uri()`, but it was having a few downsides, see https://github.com/spectrexyz/use-nft/pull/90. I changed the behavior so that both methods are...
No this issue is about fetching data from the OpenSea API, but you don’t need it to display NFTs listed on OpenSea. For example in this case, the interactive web...
Hi, unfortunately this is not an easy thing to do by directly querying an Ethereum node. But I think it’s something we could add as an optional method in the...
Hello, it shouldn’t be in the list, could you give me the URL?
Indeed! Thanks for that, I removed the Android platform. It’s probably added automatically when you submit an addon now, and I didn’t pay attention. About the Android support: I don’t...
I agree, it would be nice to have a quick way to switch back to the previously selected languages (see #22 too). > Do you think it would be a...
It looks good to me, but yes I agree that we should probably move these translations in the `locale` folder. It would also prevent mixing “available languages to translate” with...
Do we still need `getSupportedLocale`, now that we moved to `.properties` for everything?