From 7f437949b1b601919374692f296cf1369da672de Mon Sep 17 00:00:00 2001 From: juancwu Date: Tue, 14 Apr 2026 01:21:07 +0000 Subject: [PATCH] feat: add missing sidebar content for shared with me spaces --- internal/ui/pages/spaces.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/pages/spaces.templ b/internal/ui/pages/spaces.templ index 2e70708..821611e 100644 --- a/internal/ui/pages/spaces.templ +++ b/internal/ui/pages/spaces.templ @@ -38,7 +38,7 @@ templ Spaces(spaces []blocks.SpaceCardInfo) { } templ SharedSpaces(spaces []blocks.SpaceCardInfo) { - @layouts.App("Shared with me") { + @layouts.App("Shared with me", spaceOverviewSidebarContent()) {

Shared with me