feat: improved UI
CI / test (push) Successful in 1m54s
CI / build (push) Successful in 16s

This commit is contained in:
2026-07-31 15:09:50 +02:00
parent 393b39cacd
commit 201451d89f
21 changed files with 557 additions and 648 deletions
@@ -1,28 +0,0 @@
{% load i18n %}
<ul class="p-2 text-start text-sm font-medium ">
<li>
<a href="{% url 'users:my_account' %}" title=""
class="inline-flex w-full items-center gap-2 rounded-md px-3 py-2 text-sm hover: :">
{% translate 'Mi cuenta' %}
</a>
</li>
<li>
<a href="{% url 'web:orders' %}" title=""
class="inline-flex w-full items-center gap-2 rounded-md px-3 py-2 text-sm hover: :">
{% translate 'Mis pedidos' %}
</a>
</li>
<li>
<a href="{% url 'web:wishlist' %}" title=""
class="inline-flex w-full items-center gap-2 rounded-md px-3 py-2 text-sm hover: :">
{% translate 'Lista de deseados' %}
</a>
</li>
</ul>
<div class="p-2 text-sm font-medium ">
<a href="{% url 'users:logout' %}" title=""
class="inline-flex w-full items-center gap-2 rounded-md px-3 py-2 text-sm hover: :">
{% translate 'Cerrar sesión' %}
</a>
</div>