bugfix: media is not shown for NFT (#1095)
* combine imageUrl and animationUrl prop for NftMedia * add lazy load to NftMedia * refactor image and video components * add support for NFT HTML media * move pw image mocks to separate folder * tests * fix loading state
Showing
... | @@ -73,6 +73,7 @@ | ... | @@ -73,6 +73,7 @@ |
"react-google-recaptcha": "^2.1.0", | "react-google-recaptcha": "^2.1.0", | ||
"react-hook-form": "^7.33.1", | "react-hook-form": "^7.33.1", | ||
"react-identicons": "^1.2.5", | "react-identicons": "^1.2.5", | ||
"react-intersection-observer": "^9.5.2", | |||
"react-jazzicon": "^1.0.4", | "react-jazzicon": "^1.0.4", | ||
"react-scroll": "^1.8.7", | "react-scroll": "^1.8.7", | ||
"swagger-ui-react": "^5.1.0", | "swagger-ui-react": "^5.1.0", | ||
... | ... |
976 KB
playwright/mocks/page.html
0 → 100644
ui/shared/nft/NftHtml.tsx
0 → 100644
21.3 KB
10.8 KB
21.3 KB
13.1 KB
3.74 KB