Finished user interface. Added mobile-ish support. Added homepage. Added viewpage. Fixed some scrapers

This commit is contained in:
Jurn Wubben 2025-06-25 11:35:13 +02:00
parent 89118c6d1d
commit 42f40ad9a0
8 changed files with 433 additions and 191 deletions

View file

@ -48,7 +48,6 @@ class CheckItem(FlaskForm):
class DeleteItem(FlaskForm):
index = HiddenField()
it_del_submit = SubmitField("Delete item")
def parseHiddenIndex(field: HiddenField, array: list[Any]) -> int | None: