add edit issue button and modal

This commit is contained in:
Robin Olsen
2026-02-25 11:53:56 +01:00
parent f28ab4be78
commit 87d4cdae3f
14 changed files with 233 additions and 135 deletions

View File

@@ -39,6 +39,7 @@ var baseLayout = components.LayoutProps{
Title: "LazyPM",
NavbarEnd: components.Status(),
},
Modal: components.ModalContainer(),
}
func BaseLayout() templ.Component {