From e542bed0a094edc28d43078a5096e71f5340dc20 Mon Sep 17 00:00:00 2001 From: Travis Evans Date: Wed, 19 Jun 2024 15:29:57 -0500 Subject: [PATCH] Implement log viewing in app loader --- apps/timestamplog/interface.html | 31 +++++++++++++++++++++++++++++++ apps/timestamplog/metadata.json | 1 + 2 files changed, 32 insertions(+) create mode 100644 apps/timestamplog/interface.html diff --git a/apps/timestamplog/interface.html b/apps/timestamplog/interface.html new file mode 100644 index 000000000..6febe7849 --- /dev/null +++ b/apps/timestamplog/interface.html @@ -0,0 +1,31 @@ + + + + + + +
Loading...
+ + + diff --git a/apps/timestamplog/metadata.json b/apps/timestamplog/metadata.json index 2963953c6..858fab237 100644 --- a/apps/timestamplog/metadata.json +++ b/apps/timestamplog/metadata.json @@ -7,6 +7,7 @@ "description": "Conveniently record a series of date/time stamps", "tags": "timestamp, log", "supports": ["BANGLEJS2"], + "interface": "interface.html", "storage": [ {"name": "timestamplog.app.js", "url": "app.js"}, {"name": "timestamplog.img", "url": "app-icon.js", "evaluate": true}