Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video NFTs #1223

Merged
merged 10 commits into from
Feb 14, 2025
Merged

Video NFTs #1223

merged 10 commits into from
Feb 14, 2025

Conversation

nop33
Copy link
Member

@nop33 nop33 commented Feb 4, 2025

@nop33 nop33 added the 📱 MW Mobile wallet label Feb 4, 2025
@nop33 nop33 requested a review from mvaivre February 4, 2025 14:50
Copy link

changeset-bot bot commented Feb 4, 2025

🦋 Changeset detected

Latest commit: 418063c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@alephium/mobile-wallet Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

apps/mobile-wallet/src/components/nft/NftVideo.tsx Outdated Show resolved Hide resolved
apps/mobile-wallet/src/components/NFTImage.tsx Outdated Show resolved Hide resolved
// Loading many videos at once is too heavy on Android.
// Using the image component for NFT lists on Android is sufficient.
if (contentType === 'video' && (Platform.OS === 'ios' || play))
return <NftVideo size={size} videoSource={nft.image} play={play} />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's overlay a subtle "play" icon on video NFT thumbnails, like we do on the explorer? WDYT?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done ✅

@nop33
Copy link
Member Author

nop33 commented Feb 11, 2025

@mvaivre review re-requested

Copy link
Member

@mvaivre mvaivre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!! Works great. Pushed a tiny commit to reduce a margin.

@nop33 nop33 merged commit e1a4b0b into next Feb 14, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📱 MW Mobile wallet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants