-
Notifications
You must be signed in to change notification settings - Fork 4
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
KAS-2689 (DES-802): Elementen/structuur omzetten naar Octane componenten - toolbars #987
Merged
ValenberghsSven
merged 17 commits into
development
from
DES/enhancement/802-html-element-to-octane-component-refactor/KAS-2689-toolbars
Jul 7, 2021
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
f8a469c
Refactor toolbar occurrences (part 1)
brenner-company e4255a8
Merge branch 'development' into DES/enhancement/802-html-element-to-o…
brenner-company 9ba49fb
Fix linting errors
brenner-company b5e8f77
Refactor toolbar occurrences (part 2)
brenner-company 10de999
Refactor toolbar occurrences (part 3)
brenner-company 1a538d8
Refactor toolbar occurrences (part 4)
brenner-company 1f90c80
Fix duplicate toolbar structure
brenner-company 4466b8a
Remove debugging styling
brenner-company 981ee33
Fix replacement error
brenner-company 9c84ef9
Merge branch 'development' into DES/enhancement/802-html-element-to-o…
brenner-company 3bcb6ce
Merge branch 'development' into DES/enhancement/802-html-element-to-o…
MikiDi 92b42dd
Fix test
brenner-company 8387558
Merge branch 'DES/enhancement/802-html-element-to-octane-component-re…
ValenberghsSven 2a716b6
KAS-2689 remove div with non-existing css, use existing selectors to …
ValenberghsSven 2660197
KAS-2689 removed css class that does not seem to exist
ValenberghsSven 014d3fc
KAS-2689 move modals to outside the navbar
ValenberghsSven d4b00a0
Merge branch 'development' of github.com:kanselarij-vlaanderen/kaleid…
ValenberghsSven File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<div class="auk-toolbar-complex__right"> | ||
<Auk::Toolbar::Group @position="right"> | ||
{{yield | ||
(hash Item=(component 'auk/accordion-panel/header/actions/item')) | ||
}} | ||
</div> | ||
</Auk::Toolbar::Group> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<div class="auk-toolbar-complex__item"> | ||
<Auk::Toolbar::Item> | ||
{{yield}} | ||
</div> | ||
</Auk::Toolbar::Item> |
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
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
Oops, something went wrong.
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.
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.
Het wegvallen van de
auk-toolbar-complex__item
-klasse breekt een test ... na te kijken http://kal-kastaar.s.redpencil.io:8080/job/kaleidos/job/FeatureBranches/view/change-requests/job/PR-987/2/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.
zal daar eens naar kijken
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.
Dit lag blijkbaar aan een
.vlc-document-card-toolbar__right
die er door mij uitgehaald was. Ik heb die nu vervangen door een meer gebruiksvriendelijke data-attribute.@ValenberghsSven Kan je zelf nog eens vlug kijken of dit ok is?
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.
ik heb de fix iets anders gedaan, gewoon document.documentCard.card gebruikt.
In cypress fix deel 4 gaan we deze test toch herwerken en dan kunnen we document.accessLevelPill.pill gebruiken etc