Skip to content
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

Merged
merged 40 commits into from
Jun 9, 2021
Merged

Conversation

MikiDi
Copy link
Contributor

@MikiDi MikiDi commented Jun 8, 2021

  • rename components
  • document arguments
  • use boolean values for boolean arguments

@MikiDi MikiDi requested a review from brenner-company June 8, 2021 15:17
@@ -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>
Copy link
Contributor

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

Copy link
Contributor Author

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">
Copy link
Contributor

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 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

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 👍

Copy link
Contributor

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.

Copy link
Contributor

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)

@MikiDi MikiDi merged commit 0063f54 into development Jun 9, 2021
@MikiDi MikiDi deleted the restruct-ui-components/panel branch June 9, 2021 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants