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
fix(button): Setting data-ecl-icon on the icon when used in a button - TWIG-199 #291
Merged
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
Joosthe
added
the
pr: review needed
Use this label to show that your PR needs to be review
label
Jan 17, 2020
Joosthe
changed the title
Twig 199 improve accordion
fix(deprecated accordion): Improve the deprecated accordion component TWIG-199
Jan 17, 2020
planctus
added
pr: under review
and removed
pr: review needed
Use this label to show that your PR needs to be review
labels
Jan 17, 2020
planctus
reviewed
Jan 17, 2020
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.
Well, the diff is perfect, but please read the comments, especially the one about the inclusion of the button component. You can replay to comments if you feel you want to. ;)
src/ec/packages/ec-component-accordion/__snapshots__/accordion.test.js.snap
Outdated
Show resolved
Hide resolved
</h{{ _item.level|default(3) }}> | ||
<div | ||
class="ecl-accordion__content" | ||
hidden | ||
id="{{ _item.id }}" | ||
id="{{ _item.id }}-content" |
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.
Not really sure why this is done like this in ECL, might be that this a way to "target" the old accordion (this is the deprecated one).
…ropa/ecl-twig into twig-199-improve-accordion
Joosthe
added
the
pr: review needed
Use this label to show that your PR needs to be review
label
Jan 17, 2020
…ropa/ecl-twig into twig-199-improve-accordion
planctus
changed the title
fix(deprecated accordion): Improve the deprecated accordion component TWIG-199
fix(button): Setting data-ecl-icon on the icon when used in a button - TWIG-199
Jan 20, 2020
planctus
suggested changes
Jan 20, 2020
planctus
added
pr: modification needed
and removed
pr: review needed
Use this label to show that your PR needs to be review
labels
Jan 20, 2020
planctus
reviewed
Jan 20, 2020
Joosthe
added
pr: review needed
Use this label to show that your PR needs to be review
and removed
pr: modification needed
labels
Jan 21, 2020
planctus
approved these changes
Jan 22, 2020
planctus
removed
the
pr: review needed
Use this label to show that your PR needs to be review
label
Jan 22, 2020
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
Please drop a few lines about the PR: what it does, how to test it, etc.
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 ...)