/** * DEPRECATED: This file is no longer used. * * History functionality has been migrated to HTMX-based implementation. * * See the following files for the new implementation: * - backend/templates/moderation/history.html * - backend/templates/moderation/partials/history_table.html * - backend/templates/moderation/partials/history_filters.html * - backend/templates/moderation/partials/history_pagination.html * - backend/templates/moderation/partials/history_detail_modal.html * * The HTMX implementation provides: * - Server-side rendered history table * - HTMX-based filtering and pagination * - Alpine.js modal for detail views * - Integration with the moderation dashboard * * This file will be removed in a future version. */ console.warn( '[DEPRECATED] history.js is deprecated and will be removed in a future version. ' + 'History functionality has been migrated to HTMX. See moderation/history.html for the new implementation.' ); // No functionality provided - all history features now use HTMX