mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user