This commit also: - removes [+ New Topic] behaviour from share, this feature has been duplicated in composer actions, months ago - introduces our new experimental spacing standard for css: eg: `s(2)` - introduces a new panel UI for modals
13 lines
259 B
Handlebars
13 lines
259 B
Handlebars
{{#d-modal
|
|
modalClass=modalClass
|
|
title=title
|
|
subtitle=subtitle
|
|
panels=panels
|
|
selectedPanel=selectedPanel
|
|
onSelectPanel=onSelectPanel
|
|
class="hidden"
|
|
errors=errors
|
|
closeModal=(route-action "closeModal")}}
|
|
{{outlet "modalBody"}}
|
|
{{/d-modal}}
|