feat-WIP: Style updates, new form inputs.

This commit is contained in:
2026-01-12 22:49:58 -05:00
parent fa9e8cffb0
commit 432533c940
13 changed files with 249 additions and 134 deletions

View File

@@ -14,7 +14,7 @@ struct DuctSizingView: HTML, Sendable {
var body: some HTML {
div {
h1(.class("text-2xl py-4")) { "Duct Sizes" }
PageTitle { "Duct Sizes" }
if rooms.count == 0 {
p(.class("text-error italic")) {
"Must complete all the previous sections to display duct sizing calculations."