From 19304cd1ae4e4ba4f6dcf4f1db14de1e4e70c250 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 10 Jan 2022 23:38:56 +0100 Subject: improve item list styling; add payload creation form; exend dialog mechanism --- html/dialog.html | 4 +- html/dialog.js | 33 +++++-- html/grid.css | 5 ++ html/item_list.html | 39 ++++++-- html/item_list.js | 2 +- html/item_preview.html | 8 +- html/item_preview.js | 4 +- html/payload_create.html | 76 ++++++++++++++++ html/payload_create.js | 229 +++++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 374 insertions(+), 26 deletions(-) create mode 100644 html/payload_create.html create mode 100644 html/payload_create.js (limited to 'html') diff --git a/html/dialog.html b/html/dialog.html index d4e69b9..090a76b 100644 --- a/html/dialog.html +++ b/html/dialog.html @@ -53,12 +53,12 @@ margin-bottom: 2em; text-align: center; } - .dialog_main_div { + .dialog_main_view { margin: 1.4em; }