Redesign WatchLink application UI
All checks were successful
Template Compliance / compliance (push) Successful in 5s
Build / build (push) Successful in 12m36s
Release Dry Run / release-dry-run (push) Successful in 1m33s

This commit is contained in:
MrSphay
2026-05-15 20:13:29 +02:00
parent cea591b587
commit 9fbd79c7ef
22 changed files with 2370 additions and 533 deletions

View File

@@ -40,6 +40,7 @@ export async function sendFriendRequest(formData: FormData) {
}
revalidatePath("/friends");
revalidatePath("/people");
revalidatePath("/dashboard");
}
@@ -66,5 +67,6 @@ async function updateIncomingRequest(formData: FormData, status: "ACCEPTED" | "D
});
revalidatePath("/friends");
revalidatePath("/people");
revalidatePath("/dashboard");
}