website refactor

This commit is contained in:
2026-01-16 01:32:55 +01:00
parent a98e3e3166
commit b533de8486
23 changed files with 651 additions and 159 deletions

View File

@@ -105,6 +105,9 @@ export function usePageDataMultiple<T extends Record<string, unknown>>(
* Mutation hook wrapper - STANDARDIZED PATTERN
* Use for: All mutation operations
*
* @deprecated Use Next.js Server Actions instead for all write operations.
* See docs/architecture/website/FORM_SUBMISSION.md
*
* @example
* const mutation = usePageMutation(
* (variables) => service.mutateData(variables),