WIP: Rooms table style updates in duct sizing tab, but room form is not working properly on all rows for some reason.

This commit is contained in:
2026-01-13 22:47:50 -05:00
parent 62a82ed674
commit 71848c607a
6 changed files with 196 additions and 250 deletions

View File

@@ -19,7 +19,7 @@ public struct ModalForm<T: HTML>: HTML, Sendable where T: Sendable {
self.inner = inner()
}
public var body: some HTML {
public var body: some HTML<HTMLTag.dialog> {
dialog(.id(id), .class("modal")) {
div(.class("modal-box")) {
if closeButton {