feat: Updates tests to include home page snapshot test, updates TODO's.
All checks were successful
CI / Linux Tests (push) Successful in 5m52s

This commit is contained in:
2026-02-08 10:27:23 -05:00
parent d957cc1c19
commit bb88d48eb3
12 changed files with 108 additions and 3 deletions

View File

@@ -4,6 +4,16 @@ import ElementaryHTMX
struct HomeView: HTML, Sendable {
var body: some HTML {
div(.class("flex justify-end me-4")) {
button(
.class("btn btn-ghost btn-secondary text-lg"),
.hx.get(route: .login(.index())),
.hx.target("body"),
.hx.swap(.outerHTML)
) {
"Login"
}
}
div(.class("hero min-h-screen")) {
div(
.class(