From 67bdfc8e7d1138c0c7f151457f0f659055c95adf Mon Sep 17 00:00:00 2001 From: rakadu1 Date: Wed, 12 Nov 2025 14:32:49 +0530 Subject: [PATCH] First commit in the branch. Added TODO at top of main.js and dom.js --- steps/src/dom.js | 1 + steps/src/main.js | 1 + 2 files changed, 2 insertions(+) diff --git a/steps/src/dom.js b/steps/src/dom.js index 2efba25..0c7373b 100644 --- a/steps/src/dom.js +++ b/steps/src/dom.js @@ -1,3 +1,4 @@ +// TODO(sync-refactor): move sync logic into src/sync.js import { appState } from "./state.js"; import { formatUTCTime } from "./utils.js"; import { throttledUpdateExplorer } from "./dataExplorer.js"; diff --git a/steps/src/main.js b/steps/src/main.js index a36d9fc..03cc315 100644 --- a/steps/src/main.js +++ b/steps/src/main.js @@ -1,3 +1,4 @@ +// TODO(sync-refactor): move sync logic into src/sync.js // =========================================================================================================== // REFACTOR PLAN: This monolithic script will be broken down into // the following modules in the '/src' directory: