-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Apps #599
Apps #599
Conversation
This pull request introduces 1 alert when merging 9a48688 into ffe0545 - view on LGTM.com new alerts:
|
Codecov Report
|
@AlicjaSzu our docs will need update. Please contact @korycins for details. |
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.
Very massive, but great PR!
@@ -4,28 +4,40 @@ schema { | |||
} | |||
|
|||
type AccountAddressCreate { | |||
errors: [Error!]! @deprecated(reason: "Use typed errors with error codes. This field will be removed after 2020-07-31.") | |||
errors: [Error!]! | |||
@deprecated( |
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.
Oops looks like someone used prettier on this
@@ -11,6 +11,7 @@ All notable, unreleased changes to this project will be documented in this file. | |||
- Handle task failure and fix task duplication - #588 by @dominik-zeglen | |||
- Move fragments to separate directory to avoid circular imports - #592 by @dominik-zeglen | |||
- Add order invoices management - #570 by @orzechdev | |||
- create Apps - #599 by @AlicjaSzu |
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.
How about this?
- create Apps - #599 by @AlicjaSzu | |
- Add support for apps - #599 by @AlicjaSzu |
import { FormattedMessage, useIntl } from "react-intl"; | ||
import ReactMarkdown from "react-markdown"; | ||
|
||
import activateIcon from "../../../../assets/images/activate-icon.svg"; |
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.
There's an alias for this
import activateIcon from "../../../../assets/images/activate-icon.svg"; | |
import activateIcon from "@assets/images/activate-icon.svg"; |
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.
Tested on stage, working fine
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.
please fix the merge conflict
PR intended to be tested with API branch: feature/extending_app_support
Screenshots
Pull Request Checklist
Test environment config
API_URI=https://apps.staging.saleor.rocks/graphql/