mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-26 13:26:59 -05:00
Integrate the `useTransactionResilience` hook into `SubmissionReviewManager.tsx` to add timeout detection, auto-release functionality, and idempotency key management to moderation actions. The `handleApprove` and `handleReject` functions have been updated to use the `executeTransaction` wrapper for these operations.