-
Notifications
You must be signed in to change notification settings - Fork 316
feat: asset player render from chain #5392
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
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
c805349
feat: asset player render from chain
hanszhoou c77e76c
chore: rename
hanszhoou badb367
Merge branch 'develop' into hancheng/asset-player-support-erc-721
hanszhoou ceccab0
fix: reduce repeat request
hanszhoou c933069
chore: rename
hanszhoou c105c22
chore: replace dashboard transfer nft
hanszhoou add0ce5
chore: query name from media viewer
hanszhoou 519b3d2
chore: accept url
hanszhoou 302d833
chore: ui style
hanszhoou 35b9559
chore: remove unused resource
hanszhoou fd23053
chore: update dashboard assets
hanszhoou 357c81d
chore: update maskbox and nft wall
hanszhoou 498a337
chore: adjust style
hanszhoou 881af73
fix: reply qa
hanszhoou 424f974
chore: reply code review
hanszhoou 3e0362e
fix: video style
hanszhoou fa06116
chore: reply qa
hanszhoou 25a5a8b
fix: load large amount of iframe
hanszhoou 15d7916
chore: hide scroll bar
hanszhoou 64a45b1
chore: reply qa
hanszhoou 5de3e46
Merge branch 'develop' into hancheng/asset-player-support-erc-721
hanszhoou 5ae3700
chore: resolve conflict
hanszhoou 2a993e4
fix: tx description
hanszhoou 86763b0
Merge branch 'develop' into hancheng/asset-player-support-erc-721
hanszhoou a96a793
fix: type
hanszhoou a99c6f8
fix: maskbox error
hanszhoou 4fe2b17
fix: 3d model viewer crash
hanszhoou 7669a99
chore: dark mode fallback image
hanszhoou 87f6c18
Merge branch 'develop' into hancheng/asset-player-support-erc-721
hanszhoou 26597d0
fix: style
hanszhoou 71380b2
fix: error placeholder
albert-0229 b42cf40
Merge branch 'develop' into hancheng/asset-player-support-erc-721
hanszhoou c8e1310
chore: reply code review
hanszhoou File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| import { createPaletteAwareIcon } from '../utils' | ||
|
|
||
| export const MaskPlaceholder = createPaletteAwareIcon( | ||
| 'MaskPlaceholder', | ||
| <g fill="none"> | ||
| <path d="M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18Z" fill="#CFD9DE" /> | ||
| <path | ||
| fillRule="evenodd" | ||
| clipRule="evenodd" | ||
| d="M28.5 13.917v5.833H10.247a7.936 7.936 0 0 0 14.861 1.75H28.5v4.9a2.1 2.1 0 0 1-2.1 2.1H9.6a2.1 2.1 0 0 1-2.1-2.1V13.917h21ZM23.094 21.5a6.177 6.177 0 0 1-5.107 2.697 6.177 6.177 0 0 1-5.108-2.697h10.215Zm-9.586-6.183a3.267 3.267 0 0 0-3.233 2.8h1.79a1.517 1.517 0 0 1 2.887 0h1.79a3.267 3.267 0 0 0-3.234-2.8Zm8.984 0a3.267 3.267 0 0 0-3.234 2.8h1.79a1.517 1.517 0 0 1 2.887 0h1.79a3.267 3.267 0 0 0-3.233-2.8ZM26.4 7.5c1.16 0 2.1.94 2.1 2.1v2.567h-21V9.6c0-1.16.94-2.1 2.1-2.1h16.8Z" | ||
| fill="#fff" | ||
| /> | ||
| </g>, | ||
| <g fill="none"> | ||
| <path d="M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18Z" fill="#2F3336" /> | ||
| <path | ||
| fillRule="evenodd" | ||
| clipRule="evenodd" | ||
| d="M28.5 13.917v5.833H10.247a7.936 7.936 0 0 0 14.861 1.75H28.5v4.9a2.1 2.1 0 0 1-2.1 2.1H9.6a2.1 2.1 0 0 1-2.1-2.1V13.917h21ZM23.094 21.5a6.177 6.177 0 0 1-5.107 2.697 6.177 6.177 0 0 1-5.108-2.697h10.215Zm-9.586-6.183a3.267 3.267 0 0 0-3.233 2.8h1.79a1.517 1.517 0 0 1 2.887 0h1.79a3.267 3.267 0 0 0-3.234-2.8Zm8.984 0a3.267 3.267 0 0 0-3.234 2.8h1.79a1.517 1.517 0 0 1 2.887 0h1.79a3.267 3.267 0 0 0-3.233-2.8ZM26.4 7.5c1.16 0 2.1.94 2.1 2.1v2.567h-21V9.6c0-1.16.94-2.1 2.1-2.1h16.8Z" | ||
| fill="#15171A" | ||
| /> | ||
| </g>, | ||
| <g fill="none"> | ||
| <path d="M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18Z" fill="#38444D" /> | ||
| <path | ||
| fillRule="evenodd" | ||
| clipRule="evenodd" | ||
| d="M28.5 13.917v5.833H10.247a7.936 7.936 0 0 0 14.861 1.75H28.5v4.9a2.1 2.1 0 0 1-2.1 2.1H9.6a2.1 2.1 0 0 1-2.1-2.1V13.917h21ZM23.094 21.5a6.177 6.177 0 0 1-5.107 2.697 6.177 6.177 0 0 1-5.108-2.697h10.215Zm-9.586-6.183a3.267 3.267 0 0 0-3.233 2.8h1.79a1.517 1.517 0 0 1 2.887 0h1.79a3.267 3.267 0 0 0-3.234-2.8Zm8.984 0a3.267 3.267 0 0 0-3.234 2.8h1.79a1.517 1.517 0 0 1 2.887 0h1.79a3.267 3.267 0 0 0-3.233-2.8ZM26.4 7.5c1.16 0 2.1.94 2.1 2.1v2.567h-21V9.6c0-1.16.94-2.1 2.1-2.1h16.8Z" | ||
| fill="#18232E" | ||
| /> | ||
| </g>, | ||
| '0 0 36 36', | ||
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
index as key is anti-pattern, prefer uniq id.