group filter

This commit is contained in:
Barış Soner Uşaklı
2023-05-03 11:00:32 -04:00
parent 34730b0b6e
commit 589761be97
3 changed files with 7 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
{
"all-groups": "All groups",
"groups": "Groups",
"members": "Members",
"view_group": "View Group",

View File

@@ -0,0 +1,3 @@
<div class="dropdown bottom-sheet {{{ if !groups.length }}}hidden{{{ end }}}">
<!-- IMPORT partials/groups/filter-dropdown-content.tpl -->
</div>

View File

@@ -0,0 +1,3 @@
<div class="dropdown dropdown-right bottom-sheet {{{ if !groups.length }}}hidden{{{ end }}}">
<!-- IMPORT partials/groups/filter-dropdown-content.tpl -->
</div>