unified header_title template values across dashboard applet destination pages; styled &/ added applet titles across all applets
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-03-11 14:50:08 -04:00
parent 50ee983e27
commit 8807d31274
12 changed files with 52 additions and 21 deletions

View File

@@ -2,6 +2,8 @@
class="wallet-tokens"
style="--applet-cols: {{ entry.applet.grid_cols }}; --applet-rows: {{ entry.applet.grid_rows }};"
>
<h2>Tokens</h2>
<div class="token-row">
{% if coin %}
<div id="id_coin_on_a_string" class="token">
<i class="fa-solid fa-clover"></i>
@@ -50,4 +52,5 @@
</div>
</div>
{% endfor %}
</div>
</section>