Add a new reusable authentication modal component to the platform

Integrate a new Django component for the authentication modal, ensuring parity with existing React frontend functionality, and add a corresponding test view for comparison.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: dcfff319-6e91-4220-98a9-8295b87755b7
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
This commit is contained in:
pac7
2025-09-21 17:15:36 +00:00
committed by pacnpal
parent 7f96e85914
commit 3f0588f947
5 changed files with 919 additions and 2 deletions

View File

@@ -101,8 +101,9 @@ urlpatterns = [
views.environment_and_settings_view,
name="environment_and_settings",
),
# Button component testing
# Component testing
path("test-button/", views.test_button_comparison, name="test_button_comparison"),
path("test-auth-modal/", views.test_auth_modal_comparison, name="test_auth_modal_comparison"),
]
# Add autocomplete URLs if available