From 38650a8102fe0841617cd80f3a6e45b1f5f62fd5 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 8 Jan 2022 19:23:17 +0100 Subject: further item list work There is now a mechanism for removing an item and there are more tests for item list. The entire thing is still work in progress. --- html/item_list.html | 2 +- html/item_list.js | 62 ++++++++++++++--- html/item_preview.js | 2 +- test/unit/test_item_list.py | 155 +++++++++++++++++++++++++++++++++++++---- test/unit/test_item_preview.py | 15 ++-- test/unit/utils.py | 9 +++ 6 files changed, 210 insertions(+), 35 deletions(-) diff --git a/html/item_list.html b/html/item_list.html index 41c7734..d082c5d 100644 --- a/html/item_list.html +++ b/html/item_list.html @@ -48,7 +48,7 @@