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

feat: Update wearable creation flow #2567

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

cyaiox
Copy link
Contributor

@cyaiox cyaiox commented Mar 16, 2023

This PR updates the Wearables creation flow, allowing the user to use the WearablePreview to edit the thumbnail, and set the price.

@vercel
Copy link

vercel bot commented Mar 16, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
builder ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 7, 2023 7:01pm

@coveralls
Copy link

coveralls commented Mar 16, 2023

@@ -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'
Copy link
Contributor Author

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'
Copy link
Contributor Author

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'
Copy link
Contributor Author

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) {
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants