diff --git a/backend/templates/app_layout.templ b/backend/templates/app_layout.templ index aac8659..de5d2eb 100644 --- a/backend/templates/app_layout.templ +++ b/backend/templates/app_layout.templ @@ -122,28 +122,59 @@ templ SidebarOrganizationFooter(user *auth.User, csrfToken string) { } // DashboardSidebar renders the full sidebar with brand, nav, projects, and footer. +// Rebuilt in Phase 18 Plan 02 per D-07/D-08/D-09: two-section structure (GENERAL + PROJECTS), +// collapse button wired via inline JS (no server round-trip, resets on reload per D-09). +// SidebarOrganizationFooter moves to avatar dropdown in Plan 03. templ DashboardSidebar(activePath string, tablos []sqlc.Tablo, user *auth.User, csrfToken string) {