Initial commit

This commit is contained in:
ThePetrovich 2026-08-17 22:42:04 +08:00
commit 97e799fd52
61 changed files with 2252 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{% comment %}
Nothing to show, said the same way everywhere.
{% trans "No widgets yet." as empty_text %}
{% include "yksa/ui/_empty.html" with text=empty_text %}
When you can offer the action that resolves the emptiness, build the row inline
with the same `.yksa-empty` class so the action sits beside the sentence rather
than under it.
{% endcomment %}
<div class="yksa-empty justify-content-center">{{ text }}</div>