Fixed AI. Optimized. Colour/Theme fixed. Added Forgot Password. Cuba theme — Added to client portal settings. Topbar search. Search, loading states
Build & Auto-Repair / build (push) Has been cancelled

This commit is contained in:
JCBSComputer
2026-07-03 11:46:37 +02:00
parent 51ec96ce7b
commit cfc69d47d3
16 changed files with 546 additions and 39 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export default function ClientSupport() {
fetch("/client-portal/api/support", { credentials: "include" })
.then((r) => r.json())
.then((d) => setTickets(d.tickets || []))
.catch(() => {})
.catch((err) => console.error("Failed to fetch tickets:", err))
.finally(() => setLoading(false))
}