feat: Adds result view to better handle errors, integrates it into project view.

This commit is contained in:
2026-01-10 18:27:45 -05:00
parent a356aa2a13
commit 20065ebf10
20 changed files with 342 additions and 152 deletions

View File

@@ -65,7 +65,7 @@ public struct EditButton: HTML, Sendable {
}
public var body: some HTML<HTMLTag.button> {
button(.class("btn btn-success btn-circle dark:text-white"), .type(type)) {
button(.class("btn btn-success btn-circle"), .type(type)) {
div(.class("flex")) {
if let title {
span(.class("pe-2")) { title }