Go to file
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
.sqlx receipts: Implement DELETE 2025-03-10 18:25:58 -05:00
js receipts: Implement DELETE 2025-03-10 18:25:58 -05:00
migrations Store receipts in the database 2025-03-09 19:55:08 -05:00
src receipts: Implement DELETE 2025-03-10 18:25:58 -05:00
templates receipts: Implement DELETE 2025-03-10 18:25:58 -05:00
.containerignore Run DB migrations at startup 2025-03-09 20:55:26 -05:00
.editorconfig Store receipts in the database 2025-03-09 19:55:08 -05:00
.gitignore Store receipts in the database 2025-03-09 19:55:08 -05:00
.prettierrc Implement basic page navigation w/ mock data 2025-03-08 11:16:35 -06:00
Cargo.lock Store receipts in the database 2025-03-09 19:55:08 -05:00
Cargo.toml Run DB migrations at startup 2025-03-09 20:55:26 -05:00
Containerfile Run DB migrations at startup 2025-03-09 20:55:26 -05:00
LICENSE-Apache-2.0.txt Initial commit 2025-03-05 18:02:52 -06:00
LICENSE-MIT.txt Initial commit 2025-03-05 18:02:52 -06:00
createdb.sh Store receipts in the database 2025-03-09 19:55:08 -05:00
firefly.env Fetch transactions from Firefly III 2025-03-08 16:01:08 -06:00
rustfmt.toml Initial commit 2025-03-05 18:02:52 -06:00
start-firefly.sh Fetch transactions from Firefly III 2025-03-08 16:01:08 -06:00
start-postgresql.sh Store receipts in the database 2025-03-09 19:55:08 -05:00
static Fix path to static resources 2025-03-08 20:08:45 -06:00