mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 15:03:44 +08:00
12b0418eb7
- Make it modular so that different entry points can show different things and respond differently (reply, new discussion, edit post) - Resizable - Fullscreen - Confirm on close
9 lines
196 B
Handlebars
9 lines
196 B
Handlebars
<div class="composer-handle"></div>
|
|
|
|
{{ui/controls/item-list items=view.controlItems class="composer-controls"}}
|
|
|
|
<div class="composer-content">
|
|
{{#if content}}
|
|
{{view content}}
|
|
{{/if}}
|
|
</div> |