From b30a241d0951598768fb83884d86bba3f04367ee Mon Sep 17 00:00:00 2001 From: Emma Date: Sat, 15 Feb 2025 21:39:32 -0700 Subject: [PATCH] ok no more debugging for now --- devtools/devtools.js | 2 +- devtools/panel.html | 6 +++--- src/lib/debuggable.ts | 27 +++++++++++++++++++-------- src/train/train.ts | 31 +++++++++++++------------------ vite/plugins/strip.ts | 3 ++- 5 files changed, 38 insertions(+), 31 deletions(-) diff --git a/devtools/devtools.js b/devtools/devtools.js index cc71299..0bb683a 100644 --- a/devtools/devtools.js +++ b/devtools/devtools.js @@ -1,6 +1,6 @@ // Create a new devtools panel named "Context Stack" browser.devtools.panels.create( - "Context Stack", // Tab title + "Smoke and Rails", // Tab title "train icon.png", // Icon for your panel (optional) "panel.html", // HTML page for your panel content ); diff --git a/devtools/panel.html b/devtools/panel.html index fa87a46..be06cac 100644 --- a/devtools/panel.html +++ b/devtools/panel.html @@ -2,7 +2,7 @@ - Context Stack + Smoke and Rails