render selection bar below, to take the same place as our actions.

This commit is contained in:
Niels Lyngsø
2022-12-13 12:49:29 +01:00
parent 4558f4c9dd
commit 94f1cf16cc

View File

@@ -180,6 +180,7 @@ export class UmbEditorViewUsersOverviewElement extends UmbContextConsumerMixin(U
look="outline"></uui-button>
<uui-input @input=${this._updateSearch} label="search" id="input-search"></uui-input>
<div>
<!-- TODO: consider making this a shared component, as we need similar for other locations, example media library, members. -->
<uui-popover margin="8">
<uui-button @click=${this._handleTogglePopover} slot="trigger" label="status">
Status: <b>All</b>
@@ -218,11 +219,11 @@ export class UmbEditorViewUsersOverviewElement extends UmbContextConsumerMixin(U
</uui-button>
</div>
</div>
${this._renderSelection()}
</div>
<router-slot .routes=${this._routes}></router-slot>
${this._renderSelection()}
`;
}
}