receipts/templates
Dustin b67ec4d0d9 receipts: Implement DELETE
A receipt can now be deleted by clicking the little trash can icon on
its card on the receipt list page.  To make this look nice, I had to
adjust some of the CSS for that page.  Incidentally, I was able to get
the cards to be properly aligned by changing the images to be cropped
instead of scaled, via the `object-fit: cover` CSS property.
2025-03-10 18:25:58 -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 Store receipts in the database 2025-03-09 19:55:08 -05:00
receipt-list.html.tera receipts: Implement DELETE 2025-03-10 18:25:58 -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