From c437ddbf28942359869be3ee8cddb803d45922eb Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:53:17 -0400 Subject: [PATCH] Enhance moderation dashboard with Alpine.js for improved state management and event handling. Added x-data and event listener for retry functionality. --- .clinerules/thrillwiki-simple.md | 4 +++- templates/moderation/dashboard.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.clinerules/thrillwiki-simple.md b/.clinerules/thrillwiki-simple.md index 04cfad78..fd58890e 100644 --- a/.clinerules/thrillwiki-simple.md +++ b/.clinerules/thrillwiki-simple.md @@ -49,4 +49,6 @@ tailwindcss, django, django-cotton, htmx, alpinejs, django-rest-framework, postg - All models inherit TrackedModel - Real database data only (NO MOCKING) - RichChoiceField over Django choices -- Progressive enhancement required \ No newline at end of file +- Progressive enhancement required + +YOU ARE STRICTLY AND ABSOLUTELY FORBIDDEN FROM IGNORING, BYPASSING, OR AVOIDING THESE RULES IN ANY WAY WITH NO EXCEPTIONS!!! \ No newline at end of file diff --git a/templates/moderation/dashboard.html b/templates/moderation/dashboard.html index ccf30b2d..bbba5ed0 100644 --- a/templates/moderation/dashboard.html +++ b/templates/moderation/dashboard.html @@ -145,7 +145,7 @@ {% endblock %} {% block content %} -
+
{% block moderation_content %} {% include "moderation/partials/dashboard_content.html" %}