update trade acceptance styling and layout, and also trade acceptance update/details page. fixes #16

This commit is contained in:
badblocks 2025-04-10 23:55:08 -07:00
parent 1c95ccfff7
commit 5fbe80e83a
14 changed files with 257 additions and 139 deletions

View file

@ -3,7 +3,7 @@
{% if group_by and groups %}
{% for group in groups %}
<div class="divider">{{ group.group }}</div>
<div class="flex justify-center flex-wrap">
<div class="flex justify-center flex-wrap gap-2">
{% for card in group.cards %}
<a href="{% url 'cards:card_detail' card.pk %}">
{% card_badge card expanded=True %}
@ -12,7 +12,7 @@
</div>
{% endfor %}
{% else %}
<div class="flex justify-center flex-wrap">
<div class="flex justify-center flex-wrap gap-2">
{% for card in cards %}
<a href="{% url 'cards:card_detail' card.pk %}">
{% card_badge card expanded=True %}