Begin implementing smarter WM system for multi-type objects

This commit is contained in:
2022-11-29 07:20:39 +00:00
parent fd4cecee05
commit ac3a57a2e8
22 changed files with 377 additions and 608 deletions

View File

@@ -12,8 +12,9 @@
<div class="modal-content">
<div class="box">
{% block modal_content %}
{% include window_content %}
{% endblock %}
<button class="modal-close is-large" aria-label="close"></button>
{% include 'partials/close-modal.html' %}
</div>
</div>
</div>