From 49863a0079965ddc2fc6ee2748da79fbf1445231 Mon Sep 17 00:00:00 2001 From: Christian Klein Date: Mon, 28 Dec 2020 17:34:14 +0100 Subject: [PATCH] Added an example and fixed comment display --- out/css/pc.css | 2 +- out/examples-list.json | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/out/css/pc.css b/out/css/pc.css index a09005a..67bf4f3 100644 --- a/out/css/pc.css +++ b/out/css/pc.css @@ -332,7 +332,7 @@ th.address { border: none; margin: 0; font-size: .8em; - width: 10em; + width: 100%; } diff --git a/out/examples-list.json b/out/examples-list.json index 432befe..e2da56d 100644 --- a/out/examples-list.json +++ b/out/examples-list.json @@ -1,17 +1,23 @@ { - "available": - [ - { - "title": "Simple Counter", - "version": "0.1", + "available": + [ + { + "title": "A simple Counter", + "version": "0.3", "url": "examples/simple-counter.json", "enabled": 1 }, { - "title": "Add 2 numbers", - "version": "0.1", + "title": "Adding 2 numbers together", + "version": "0.2", "url": "examples/adding.json", "enabled": 1 + }, + { + "title": "Empty Canvas", + "version": "0.1", + "url": "examples/empty.json", + "enabled": 1 } ] } \ No newline at end of file