This repository has been archived by the owner on May 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
This file contains 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
emeryro
added
pr: review needed
Use this label to show that your PR needs to be review
and removed
pr: wip
Mark the PR as WIP
labels
Mar 22, 2019
yhuard
added
pr: under review
and removed
pr: review needed
Use this label to show that your PR needs to be review
labels
Mar 22, 2019
yhuard
previously requested changes
Mar 22, 2019
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.
small fixes needed :)
@@ -0,0 +1,3 @@ | |||
__snapshots__ | |||
*.story.js | |||
*.test.js |
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.
you can ignore demo
too
expect.assertions(1); | ||
|
||
const withExtraClasses = merge(demoData, { | ||
extra_classes: 'custom-link custom-link--test', |
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.
custom-class
? :)
"@ecl-twig/ec-component-icon": "^0.0.1-alpha", | ||
"@ecl-twig/ec-component-link": "^0.0.1-alpha" | ||
}, | ||
"devDependencies": { |
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.
the order is not right (should be alphabetical)
emeryro
added
pr: review needed
Use this label to show that your PR needs to be review
and removed
pr: modification needed
labels
Mar 26, 2019
kalinchernev
added
pr: under review
and removed
pr: review needed
Use this label to show that your PR needs to be review
labels
Mar 29, 2019
kalinchernev
approved these changes
Mar 29, 2019
kalinchernev
dismissed
yhuard’s stale review
March 29, 2019 13:45
Requested changes have been applied.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
PR description
Add component gallery (EC only)
QA Checklist
In order to ensure a safe and quick review, please check that your PR follow those guidelines:
devDependencies
devDependencies
include
orembed
) asdependencies
@ecl-twig/ec-components
'sdependencies
yarn.lock
contains changes, I have committed itpr: review needed
to indicate that I'm done and now waiting for a review ,pr: wip
to indicate that I'm actively working on it ...)