WIP: Updates rooms view.
This commit is contained in:
@@ -80,3 +80,12 @@ public struct EditButton: HTML, Sendable {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public struct PlusButton: HTML, Sendable {
|
||||
|
||||
public init() {}
|
||||
|
||||
public var body: some HTML<HTMLTag.button> {
|
||||
button(.type(.button)) { SVG(.circlePlus) }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user