From 7407a9bf57413f201b4de3d0bab5a03327ea69ad Mon Sep 17 00:00:00 2001 From: rakadu1 Date: Wed, 29 Oct 2025 17:29:59 +0530 Subject: [PATCH] added a basic data explorer to the main working code. Use the Key (i) to launch it. --- steps/index.html | 36 +++++++++- steps/src/dataExplorer.js | 148 ++++++++++++++++++++++++++++++++++++++ steps/src/main.js | 30 ++++++-- 3 files changed, 208 insertions(+), 6 deletions(-) create mode 100644 steps/src/dataExplorer.js diff --git a/steps/index.html b/steps/index.html index 39e9e61..84ce479 100644 --- a/steps/index.html +++ b/steps/index.html @@ -8,6 +8,8 @@ + +