Safety backup before Path A fixes - fixing function mismatches and missing functions

This commit is contained in:
2026-03-11 11:01:43 -04:00
parent 0a5042e130
commit 083f152b35
62 changed files with 202 additions and 261 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ if (typeof document !== "undefined") {
}
// Export toast API for manual use
Alpine.global("showToast", {
Alpine.store("showToast", {
error: (message: string, duration?: number) =>
showToast(message, "error", duration),
success: (message: string, duration?: number) =>