mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-21 13:31:09 -05:00
Replace component includes with new custom elements for consistency
Replaces Django template includes with custom HTML elements like `<c-button>` and `<c-auth_modal>` across various templates, ensuring consistent component usage and improving maintainability. This change also includes updates to URL routing for component testing compatibility and a visual regression report confirming no design changes. Replit-Commit-Author: Agent Replit-Commit-Session-Id: dcfff319-6e91-4220-98a9-8295b87755b7 Replit-Commit-Checkpoint-Type: intermediate_checkpoint
This commit is contained in:
@@ -319,7 +319,7 @@
|
||||
|
||||
<!-- Include Original Auth Modal -->
|
||||
<div x-data="{ originalModalId: 'original' }">
|
||||
{% include 'components/auth/auth-modal.html' %}
|
||||
<c-auth_modal window_key="authModalOriginal" />
|
||||
</div>
|
||||
|
||||
<!-- Include Cotton Auth Modal -->
|
||||
|
||||
Reference in New Issue
Block a user