-
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
Restruct UI components "Panel" #939
Conversation
MikiDi
commented
Jun 8, 2021
- rename components
- document arguments
- use boolean values for boolean arguments
@@ -1,7 +1,7 @@ | |||
{{!-- TODO every use of @activity. will change --}} | |||
<div class="auk-u-mb-3"> | |||
<WebComponents::AuPanel @scrollable="true"> | |||
<WebComponents::AuPanel::Header @borderless={{this.isCollapsed}}> | |||
<Auk::Panel> |
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.
Deze scrollable deed precies niks
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.
Zie commit message ea0a7bc
@@ -3,8 +3,8 @@ | |||
{{!-- DOSSIER PANEL --}} | |||
<div class="auk-u-mb-3"> | |||
{{#if this.isInscriptionInEditMode}} | |||
<WebComponents::AuPanel data-test-publication-case-panel-case-editing class="auk-panel--editing"> | |||
<WebComponents::AuPanel::Header> | |||
<Auk::Panel data-test-publication-case-panel-case-editing class="auk-panel--editing"> |
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.
deze auk-panel--editing wordt 2x gebruikt, 1 keer op de auk::Panel, 1 keer op de auk::Panel::Body (documents-filter).
waar hoort deze thuis en gaan we dit een optie maken in de auk component ?
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 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.
Die class zou alleszins al op auk::Panel
moeten staan en niet op auk::Panel::Body
. De mogelijkheid om dit als optie te kunnen doorgeven lijkt me wel handig 👍
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.
@MikiDi Ik kijk daar direct even voor.
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.
@MikiDi Zie comment binnen kanselarij-vlaanderen/au-kaleidos-css#9
Maak ik daarvoor dan nog een issue aan? (ik neem die dan wel op)