feature: community - new listing page + set up

This commit is contained in:
gaelle morin
2021-04-01 08:51:51 +02:00
parent 4860b20e20
commit 274a3fae76
6 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1 @@
p Hello

View File

@ -9,6 +9,13 @@ solid-router#navbar-router(default-route='dashboard')
div.icon.icon-small.icon-home
div.segment.text-uppercase.text-letter-spacing-large(data-trans=`${component.name?component.name:"menuLeft.dashboard"}`)
div.divider
if component.type == "communities"
solid-route.menu.segment.full.padding-xsmall.text-semibold.text-color-white.heading-active.bg-color-heading.hover.active(name=component.route)
div.segment.margin-right-xxsmall
div.segment.icon.icon-small.icon-grid
div.segment.text-uppercase.text-letter-spacing-large(data-trans="menuLeft.communities")
div.divider
if component.type == "circles"
div.menu-wrapper
if componentSet.has("admin")