WIP: Begin cleaning up duct sizing routes.

This commit is contained in:
2026-01-13 17:01:44 -05:00
parent 930db145a8
commit f990c4b6db
13 changed files with 634 additions and 30 deletions

View File

@@ -33,7 +33,7 @@ struct EquipmentInfoForm: HTML, Sendable {
equipmentInfo != nil
? .hx.patch(route)
: .hx.post(route),
.hx.target("#equipmentInfo"),
.hx.target("body"),
.hx.swap(.outerHTML)
) {
input(.class("hidden"), .name("projectID"), .value("\(projectID)"))