feat: Adds ductulator button to logged in views.
All checks were successful
CI / Linux Tests (push) Successful in 5m46s

This commit is contained in:
2026-02-09 16:58:28 -05:00
parent 06b663052e
commit 980d99e40b
17 changed files with 148 additions and 122 deletions

View File

@@ -17,7 +17,7 @@ struct ProjectsTable: HTML, Sendable {
var body: some HTML {
div {
Navbar(sidebarToggle: false)
Navbar(showSidebarToggle: false)
div(.class("m-6")) {
PageTitleRow {
PageTitle { "Projects" }