Reimplement compose and add tiling windows

This commit is contained in:
2026-03-12 22:03:30 +00:00
parent 79766d279d
commit 6ceff63b71
126 changed files with 5111 additions and 10796 deletions

View File

@@ -0,0 +1,7 @@
<div
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
hx-get="{{ widget_url }}"
hx-target="{% firstof target_selector '#widgets-here' %}"
hx-trigger="{% firstof trigger_name 'load' %}{% if trigger_delay %} delay:{{ trigger_delay }}{% endif %}"
hx-swap="{% firstof swap_strategy 'beforeend' %}"
style="display: none;"></div>