Rewrite how trade offer png's are generated to try to reduce system resources. Only render the specific html code necessary and not the entire trade offer details page.

This commit is contained in:
badblocks 2025-03-28 00:42:41 -07:00
parent 15f8eb7cf4
commit d5f8345581
9 changed files with 239 additions and 85 deletions

View file

@ -17,7 +17,7 @@
{% endfor %}
{% endfor %}
{% render_trade_offer dummy_trade_offer False False True %}
{% render_trade_offer dummy_trade_offer True %}
<div class="flex justify-between mt-4">
<button type="submit" name="edit" class="btn btn-secondary">Edit</button>