mirror of
https://github.com/status-im/consul.git
synced 2025-02-19 17:14:37 +00:00
* Add %panel CSS component * Deprecate old menu-panel component * Various smallish tweaks to disclosure-menu * Move all menus in the app chrome to use new DisclosureMenu * Follow up CSS to move all app chrome menus to new components * Don't prevent default any events from anchors * Add a tick to click steps
10 lines
163 B
Handlebars
10 lines
163 B
Handlebars
<Action
|
|
role="menuitem"
|
|
...attributes
|
|
@href={{@href}}
|
|
{{on 'click' (if @href @disclosure.close (noop))}}
|
|
@external={{@external}}
|
|
>
|
|
{{yield}}
|
|
</Action>
|