Reimplement compose and add tiling windows
This commit is contained in:
7
core/templates/partials/workspace-widget-loader.html
Normal file
7
core/templates/partials/workspace-widget-loader.html
Normal 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>
|
||||
Reference in New Issue
Block a user