receipts/js
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
..
icons js: Initial UI implementation 2025-03-08 11:11:42 -06:00
.gitignore js: Initial UI implementation 2025-03-08 11:11:42 -06:00
ajaxUtil.ts js: Factor out getResponseError utility function 2025-03-10 18:22:32 -05:00
alert.ts Store receipts in the database 2025-03-09 19:55:08 -05:00
build.js Store receipts in the database 2025-03-09 19:55:08 -05:00
camera.ts Store receipts in the database 2025-03-09 19:55:08 -05:00
common.css Store receipts in the database 2025-03-09 19:55:08 -05:00
common.ts js: Initial UI implementation 2025-03-08 11:11:42 -06:00
package-lock.json ui: Remove photo cropper element 2025-03-08 20:20:29 -06:00
package.json ui: Remove photo cropper element 2025-03-08 20:20:29 -06:00
receipt-form.ts js: Factor out getResponseError utility function 2025-03-10 18:22:32 -05:00
receipt-list.ts receipts: Implement DELETE 2025-03-10 18:25:58 -05:00
receipt.ts Store receipts in the database 2025-03-09 19:55:08 -05:00
shoelace.ts Store receipts in the database 2025-03-09 19:55:08 -05:00
transaction.css ui: Request higher video resolution from camera 2025-03-08 20:41:40 -06:00
transaction.ts ui: Request higher video resolution from camera 2025-03-08 20:41:40 -06:00