Added a bit of style to edit.html

Added buy capability to view with dialog

Added additional properties to Item (url and imageurl); NEEDS TESTING

Made delete items work properly
This commit is contained in:
Jurn Wubben 2025-05-20 18:22:02 +02:00
parent 3ba6099976
commit 05c40d0148
9 changed files with 222 additions and 82 deletions

View file

@ -14,7 +14,7 @@
{
nativeBuildInputs = [
(pkgs.python3.withPackages
(x: [x.flask x.flask-wtf x.wtforms x.flask-sqlalchemy x.uuid]))
(x: [x.flask x.flask-wtf x.wtforms x.flask-sqlalchemy]))
pkgs.entr
];
};