Skip to content

Commit

Permalink
feat: Wearable preview wave (#448)
Browse files Browse the repository at this point in the history
* feat: Wearable preview wave

* fix: Package

* fix package lock

---------

Co-authored-by: Melisa Anabella Rossi <[email protected]>
  • Loading branch information
LautaroPetaccio and Melisa Anabella Rossi authored Jan 12, 2024
1 parent 30a1a72 commit cd9b122
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 23 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"@dcl/explorer": "^1.0.158859-20240110140315.commit-19935b0",
"@dcl/feature-flags": "^1.2.0",
"@dcl/kernel-interface": "^2.0.0-20230512115658.commit-b582e05",
"@dcl/schemas": "^9.10.0",
"@dcl/schemas": "^9.12.0",
"@dcl/single-sign-on-client": "^0.1.0",
"@dcl/urn-resolver": "^1.4.0",
"@sentry/browser": "^7.91.0",
"@sentry/tracing": "^7.91.0",
"decentraland-connect": "^5.5.0",
"decentraland-dapps": "^16.31.3",
"decentraland-ui": "^4.31.0",
"decentraland-ui": "^4.35.6",
"detect-browser": "^5.2.0",
"dotenv": "^16.3.1",
"eth-connect": "^6.2.4",
Expand Down Expand Up @@ -75,5 +75,6 @@
"redux-devtools-extension": "^2.13.8",
"rollup-plugin-polyfill-node": "^0.13.0",
"typescript": "^4.5.5"
}
}
},
"homepage": ""
}
5 changes: 3 additions & 2 deletions public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/decentraland/explorer-website/issues"
}
}
},
"homepage": ""
}
3 changes: 2 additions & 1 deletion src/components/start/Start.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useCallback, useEffect, useState } from 'react'
import { ChainId } from '@dcl/schemas'
import { ChainId, PreviewEmote } from '@dcl/schemas'
import { WearablePreview } from 'decentraland-ui/dist/components/WearablePreview/WearablePreview'
import { Button } from 'decentraland-ui/dist/components/Button/Button'
import { Loader } from 'decentraland-ui/dist/components/Loader/Loader'
Expand Down Expand Up @@ -136,6 +136,7 @@ export default function Start(props: Props) {
disableBackground
lockBeta
onUpdate={handleWearablePreviewLoad}
emote={PreviewEmote.WAVE}
dev={getWantedChainId() !== ChainId.ETHEREUM_MAINNET}
/>
<img src={platformImg} alt="platform" className="wearable-platform" />
Expand Down

0 comments on commit cd9b122

Please sign in to comment.