add task status to header

This commit is contained in:
Robin Olsen
2026-02-17 13:56:33 +01:00
parent f0b45524bb
commit e2f3aa63da
5 changed files with 50 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ var baseLayout = components.LayoutProps{
"class": "text-base-content",
},
}),
NavbarEnd: components.Status(),
},
}

View File

@@ -36,6 +36,7 @@ var baseLayout = components.LayoutProps{
"class": "text-base-content",
},
}),
NavbarEnd: components.Status(),
},
}