mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-25 16:11:19 +01:00
group filter
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"all-groups": "All groups",
|
||||
"groups": "Groups",
|
||||
"members": "Members",
|
||||
"view_group": "View Group",
|
||||
|
||||
3
src/views/partials/groups/filter-dropdown-left.tpl
Normal file
3
src/views/partials/groups/filter-dropdown-left.tpl
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="dropdown bottom-sheet {{{ if !groups.length }}}hidden{{{ end }}}">
|
||||
<!-- IMPORT partials/groups/filter-dropdown-content.tpl -->
|
||||
</div>
|
||||
3
src/views/partials/groups/filter-dropdown-right.tpl
Normal file
3
src/views/partials/groups/filter-dropdown-right.tpl
Normal 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>
|
||||
Reference in New Issue
Block a user