updating web to be compatible with main

This commit is contained in:
viljarb
2026-02-18 20:33:32 +01:00
parent b654fb5bd3
commit ed8a0d02ec
25 changed files with 3800 additions and 793 deletions

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{},
}