Database migration tool, deduplication of sets data, customizable checkboxes #44

Merged
FrederikBaerentsen merged 51 commits from gregoo/BrickTracker:master into master 2025-01-24 19:12:12 +01:00
Showing only changes of commit 42e42b9a1b - Show all commits

View File

@ -1,4 +1,5 @@
{% import 'macro/table.html' as table %}
{% import 'macro/badge.html' as badge %}
<div class="table-responsive-sm">
<table class="table table-striped align-middle" id="wish">
@ -21,7 +22,7 @@
{% set retirement_date = retired.get(item.fields.set) %}
<tr>
{{ table.image(item.url_for_image(), caption=item.fields.name, alt=item.fields.set) }}
<td>{{ item.fields.set }}</td>
<td>{{ item.fields.set }}<br>{{ badge.rebrickable(item) }}</td>
<td>{{ item.fields.name }}</td>
<td>{{ item.theme.name }}</td>
<td>{{ item.fields.year }}</td>