WIP: Exploring different routes.

This commit is contained in:
2026-01-03 19:03:04 -05:00
parent 9f63b96c80
commit a61c772f7b
4 changed files with 49 additions and 20 deletions

View File

@@ -19,9 +19,6 @@ struct RoomForm: HTML, Sendable {
.method(.post),
.action(route: .room(.index(projectID)))
) {
div(.class("hidden")) {
input(.name("projectID"), .id("projectID"), .value("\(projectID)"))
}
div {
label(.for("name")) { "Name:" }
Input(id: "name", placeholder: "Room Name")