Feature: Add top bar

This commit is contained in:
Moira Daniella A Sebastian
2026-02-12 16:15:34 +01:00
parent 448848915c
commit 7cd12e7394
5 changed files with 571 additions and 246 deletions

View File

@@ -16,6 +16,10 @@ var baseLayout = components.LayoutProps{
},
},
Header: components.HeaderProps{
BrandName: "LazyPM Dashboard",
CreateLabel: "+ Create",
CreateHref: "",
SearchPlaceholder: "Search",
},
Footer: components.FooterProps{
},

View File

@@ -23,7 +23,12 @@ var baseLayout = components.LayoutProps{
{Src: "/assets/js/ajax.min.js", Defer: true},
},
},
Header: components.HeaderProps{},
Header: components.HeaderProps{
BrandName: "LazyPM Dashboard",
CreateLabel: "+ Create",
CreateHref: "",
SearchPlaceholder: "Search",
},
Footer: components.FooterProps{},
}