Updated README with wishlist info and new screenshot

This commit is contained in:
FrederikBaerentsen 2024-12-28 10:14:50 +01:00
parent 47f63b085e
commit 0b35cadeb7
2 changed files with 6 additions and 2 deletions

View File

@ -217,8 +217,12 @@ Sets are added from rebrickable using your own API key. Set numbers are checked
### Wishlist
![](https://xbackbone.baerentsen.space/LaMU8/hACAbArO44.png/raw)
![](https://xbackbone.baerentsen.space/LaMU8/qUYeHAKU93.png/raw)
Sets are added from rebrickable and again checked against sets.csv. If you can't add a brand new set, consider updating your data from the [`/config` page](https://xbackbone.baerentsen.space/LaMU8/lErImaCE12.png/raw). Press the delete button to remove a set. Known Issue: If multiple sets of the same number is added, they will all be deleted.
Wishlist uses *unofficial* retirement data.
Each set number, links to bricklink for pricecheck.

View File

@ -242,7 +242,7 @@ background-color: white;
{% for sets in wishlist %}
<tr>
<td><img src="{{ '/static/sets/' + sets[0] + '.jpg' }}" class="lightbox-trigger" style="height: 50px; width: auto;"></td>
<td style="text-align:center;margin:0px;">{{ sets[0] }}</td>
<td style="text-align:center;margin:0px;" ><a class="has-text-dark" href="https://www.bricklink.com/v2/catalog/catalogitem.page?S={{ sets[0] }}" target="_blank">{{ sets[0] }}</a></td>
<td>{{ sets[1] }}</td>
<td style="text-align:center;" class="hidden-mobile">{{ sets[2] }}</td>
<td style="text-align:center;" class="hidden-mobile">{{ sets[4] }}</td>