-
Notifications
You must be signed in to change notification settings - Fork 84
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
feat: Update wearable creation flow #2567
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/components/Modals/CreateSingleItemModal/EditThumbnailStep/EditThumbnailStep.tsx
Outdated
Show resolved
Hide resolved
7d79943
to
f569dec
Compare
9533dc2
to
3b6e28a
Compare
3c5b3f0
to
3b604f0
Compare
@@ -1,6 +1,6 @@ | |||
import { Dispatch } from 'redux' | |||
import { CallHistoryMethodAction } from 'connected-react-router' | |||
import { Tile } from 'react-tile-map/lib/src/lib/common' | |||
import { Tile } from 'react-tile-map/dist/lib/common' |
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.
fix lib path
@@ -1,5 +1,5 @@ | |||
import { createSelector } from 'reselect' | |||
import { Tile } from 'react-tile-map/lib/src/lib/common' | |||
import { Tile } from 'react-tile-map/dist/lib/common' |
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.
fix lib path
@@ -1,5 +1,5 @@ | |||
import { gql } from 'apollo-boost' | |||
import { Tile } from 'react-tile-map/lib/src/lib/common' | |||
import { Tile } from 'react-tile-map/dist/lib/common' |
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.
fix lib path
@@ -211,6 +212,10 @@ export default class ImportStep extends React.PureComponent<Props, State> { | |||
|
|||
const isEmote = acceptedFileProps.type === ItemType.EMOTE | |||
|
|||
if (isEmote && isTPCollection) { |
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.
Emotes are not supported in TP
This PR updates the Wearables creation flow, allowing the user to use the WearablePreview to edit the thumbnail, and set the price.