Everywhere: Add title sorting, add error toasts for HTMX

This commit is contained in:
Riyyi
2024-11-23 00:54:30 +01:00
parent f0cb958ea2
commit 293503d7a2
8 changed files with 112 additions and 33 deletions
+1
View File
@@ -4,6 +4,7 @@ import Vapor
public final class UserState: @unchecked Sendable {
var toast: ToastState = ToastState()
var todos: TodosState = TodosState()
}
// -----------------------------------------