mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 21:51:17 -05:00
Implement Phase 3 audit logging: - Blog management: create, update, delete, publish - Manual content deletions (force deletions) - Direct entity approvals bypassing moderation queue (loggable events where applicable) Includes integration with central logAdminAction helper and updates to relevant components/hooks: AdminBlog.tsx (create/update/delete/publish paths) Moderation queue deletion path (force delete) Moderation actions paths with direct approvals where possible New logs for blog_post_created, blog_post_updated, blog_post_deleted, blog_post_published, submission_force_deleted, etc.