feat: Implement UI components for Django templates

- Added Button component with various styles and sizes.
- Introduced Card component for displaying content with titles and descriptions.
- Created Input component for form fields with support for various attributes.
- Developed Toast Notification Container for displaying alerts and messages.
- Designed pages for listing designers and operators with pagination and responsive layout.
- Documented frontend migration from React to HTMX + Alpine.js, detailing component usage and integration.
This commit is contained in:
pacnpal
2025-09-19 19:04:37 -04:00
parent 209b433577
commit 42a3dc7637
27 changed files with 3855 additions and 284 deletions

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "base/base.html" %}
{% load static %}
{% block title %}Location Search - ThrillWiki{% endblock %}
@@ -329,4 +329,4 @@ document.addEventListener('DOMContentLoaded', function() {
});
</script>
<script src="{% static 'js/location-search.js' %}"></script>
{% endblock %}
{% endblock %}