Skip to content

Commit ded4aa2

Browse files
sarg3ntclaude
andcommitted
fix: remove Dashboard link from sidebar nav entirely
The Dashboard link was still showing conditionally. Per user request, remove it completely — only plugin-specific pages appear in the sidebar. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f64ff21 commit ded4aa2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • gearbox/internal/framework/templates/layouts

gearbox/internal/framework/templates/layouts/base.templ

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,12 +1213,9 @@ templ Sidebar(user *models.User, currentPath string) {
12131213
</div>
12141214
</div>
12151215

1216-
<!-- Navigation (only show items when plugins are enabled) -->
1216+
<!-- Navigation -->
12171217
<nav class="flex-1 py-4">
12181218
<ul id="sidebar-nav-list" class="space-y-1">
1219-
if hasAnyEnabledIntegration(ctx) {
1220-
@SidebarLink("/", "Dashboard", SidebarIconDashboard(), currentPath)
1221-
}
12221219
@OrderedIntegrationLinks(currentPath)
12231220
</ul>
12241221
</nav>

0 commit comments

Comments
 (0)