From cc533c81f7bd2e7c84883ca4031988ddfca887f9 Mon Sep 17 00:00:00 2001 From: Lukas May Date: Wed, 4 Feb 2026 21:08:47 +0100 Subject: [PATCH] refactor(17-04): remove placeholder New Initiative button from AppLayout header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The dashboard page now owns the create action via its own header button and empty state CTA. This keeps AppLayout generic — other pages like Inbox shouldn't show initiative-specific actions. --- packages/web/src/layouts/AppLayout.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/web/src/layouts/AppLayout.tsx b/packages/web/src/layouts/AppLayout.tsx index 9ad3369..2294879 100644 --- a/packages/web/src/layouts/AppLayout.tsx +++ b/packages/web/src/layouts/AppLayout.tsx @@ -1,5 +1,4 @@ import { Link } from '@tanstack/react-router' -import { Button } from '@/components/ui/button' const navItems = [ { label: 'Initiatives', to: '/initiatives', enabled: true }, @@ -18,9 +17,6 @@ export function AppLayout({ children }: { children: React.ReactNode }) { Codewalk District - {/* Navigation */}