DEV: makes chat modals use the new <DModal /> component (#22495)

This commit also standardize the naming pattern of modals: `<Chat::Modal::FooBar />` and changes css class accordingly.

Co-authored-by: David Taylor <david@taylorhq.com>
This commit is contained in:
Joffrey JAFFEUX
2023-07-10 13:43:33 +02:00
committed by GitHub
parent ed2dae6d1a
commit 9830c40386
115 changed files with 1366 additions and 1179 deletions

View File

@@ -1,5 +1,7 @@
<tr class="component-properties__row">
<td class="component-properties__cell">{{@name}}</td>
{{#if @name}}
<td class="component-properties__cell">{{@name}}</td>
{{/if}}
<td class="component-properties__cell">
{{yield}}
</td>