mirror of
https://github.com/tanrax/django-interactive-frameworks-benchmark
synced 2026-01-09 23:03:37 +01:00
Real-time alert system using Django LiveView with WebSocket support. Features include: - Real-time alert creation, viewing, and deletion - Broadcast notifications to all connected users - SQLite database - Stimulus.js integration for interactive UI - Modal dialogs for alert details - Alert form with validation Fixed Stimulus controller scope issue by placing data-controller on html element.
5 lines
114 B
HTML
5 lines
114 B
HTML
<div id="{{ id }}" class="notification is-success">
|
|
<button class="delete"></button>
|
|
{{ message }}
|
|
</div>
|