b5a40473ab
* ui: Move more menu subcomponents deeper down into popovermenu * ui: Simplify aria-menu component+remove auto menu close on route change * Add ember-string-fns * Use new PopoverMenu sub components and fix up tests * Fix up wrong closing let * Remove dcs from the service show page now we have it in the navigation
11 lines
313 B
Handlebars
11 lines
313 B
Handlebars
<div class="more-popover-menu">
|
|
<PopoverMenu @expanded={{expanded}} @onchange={{action onchange}} @keyboardAccess={{false}} as |components api|>
|
|
<BlockSlot @name="trigger">
|
|
More
|
|
</BlockSlot>
|
|
<BlockSlot @name="menu">
|
|
{{yield components.MenuItem}}
|
|
</BlockSlot>
|
|
</PopoverMenu>
|
|
</div>
|