make web submit when action done by user

This commit is contained in:
Robin Olsen
2026-03-19 21:12:28 +01:00
parent ef649c9ac4
commit 35114a3e0f
9 changed files with 52 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ var baseLayout = components.LayoutProps{
},
Header: components.HeaderProps{
Title: "LazyPM",
NavbarEnd: components.Status(),
NavbarEnd: components.Status(""),
},
Modal: components.ModalContainer(),
}