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,8 +17,8 @@ struct DuctulatorView: HTML, Sendable {
var body: some HTML {
div {
Navbar(
sidebarToggle: false,
userProfile: isLoggedIn
showSidebarToggle: false,
isLoggedIn: isLoggedIn
)
div(.class("flex justify-center items-center px-10")) {
div(