feat: Removes register-id in favor of using the room name with register number in duct sizing forms / tables.

This commit is contained in:
2026-01-15 15:18:42 -05:00
parent 4ecd4dba7b
commit 9709eaaf8e
6 changed files with 26 additions and 64 deletions

View File

@@ -19,12 +19,12 @@ struct ProjectsTable: HTML, Sendable {
div {
Navbar(sidebarToggle: false)
div(.class("m-6")) {
Row {
PageTitleRow {
PageTitle { "Projects" }
Tooltip("Add project") {
PlusButton()
.attributes(
.class("btn-ghost"),
.class("btn-primary"),
.showModal(id: ProjectForm.id)
)
}