WIP: Initial pdf generation and download, needs improvement and put somewhere different.

This commit is contained in:
2026-01-27 12:53:55 -05:00
parent 69e8acc5d8
commit 6064b5267a
6 changed files with 47 additions and 12 deletions

View File

@@ -69,7 +69,7 @@ public struct ErrorView: HTML, Sendable {
div {
h1(.class("text-xl font-bold text-error")) { "Oops: Error" }
p {
"\(error)"
"\(error.localizedDescription)"
}
}
}