receipts/templates
Dustin da3d3e4c8e receipts/list: Generate thumbnails for receipts
Instead of sending the whole image file for every receipt shown on the
list page, we now generate thumbnails for them on the fly.  This
dramatically reduces the amount of bytes sent for each image, especially
very large, high-quality photographs.  It also improves support for
non-image attachments like PDFs, by rendering image previews in the
grid view instead of a broken image placeholder.

We use GraphicsMagic to do the conversion.  Its `MagickWand` API is
pretty straightforward and convenient, and it supports a plethora of
image and image-like formats.
2025-03-14 20:57:12 -05:00
..
base.html.tera Implement basic page navigation w/ mock data 2025-03-08 11:16:35 -06:00
error.html.tera Fetch transactions from Firefly III 2025-03-08 16:01:08 -06:00
receipt-form.html.tera receipts/list: Generate thumbnails for receipts 2025-03-14 20:57:12 -05:00
receipt-list.html.tera receipts/list: Generate thumbnails for receipts 2025-03-14 20:57:12 -05:00
receipt.html.tera Store receipts in the database 2025-03-09 19:55:08 -05:00
transaction-list.html.tera Implement basic page navigation w/ mock data 2025-03-08 11:16:35 -06:00
transaction.html.tera ui: Remove photo cropper element 2025-03-08 20:20:29 -06:00