clear up; add demo data
Build and Deploy Docker / build (push) Successful in 5m21s
Build and Deploy Docker / deploy (push) Successful in 49s

This commit is contained in:
2026-07-09 16:39:01 +02:00
parent bff143c29b
commit b5642af994
163 changed files with 38 additions and 743 deletions
+8 -4
View File
@@ -6,9 +6,12 @@
<section class="card"
data-controller="app"
data-app-step-value="1"
{% if currentHash %}
data-app-show-url-value="{{ path('app_taxes_dividend_show',{'hash': currentHash}) }}"
{% endif %}
{% if demo %}
data-app-demo-value="{{ demo }}"
{% endif %}
{% if currentHash %}
data-app-show-url-value="{{ path('app_taxes_dividend_show',{'hash': currentHash}) }}"
{% endif %}
>
<div class="rail">
{% for row in [{i:'1', label:'Wybór'}, {i:'2', label:'Pliki'}, {i:'3', label:'Wynik'}] %}
@@ -37,7 +40,8 @@
</div>
<span class="arrow">→</span>
</button>
<button type="button" class="choice" data-label="Kryptowaluty" data-type="crypto" data-action="app#pick" data-endpoint="{{ path('app_taxes_summary',{type:"crypto"}) }}">
{# data-label="Kryptowaluty" data-type="crypto" data-action="app#pick" data-endpoint="{{ path('app_taxes_summary',{type:"crypto"}) }}"#}
<button type="button" class="choice unable">
<div class="choice-icon crypto">₿</div>
<div class="choice-body">
<div class="choice-title">Kryptowaluty</div>