From a77b7b00c51c805f7e36119b27a7b71d988d3789 Mon Sep 17 00:00:00 2001 From: Van Nguyen Date: Sat, 8 Aug 2026 22:50:50 +0700 Subject: [PATCH 1/3] feat: implement response templating, graphql operation interception, and codebase refactoring --- panel.html | 8 +++ popup.html | 8 +++ src/background.ts | 36 ++++++++----- src/shared.ts | 2 + src/tab-state.ts | 10 +++- src/ui.ts | 17 +++++- src/utils.ts | 43 +++++++++++++++ styles.css | 10 ++++ tests/background-flow.test.mjs | 95 ++++++++++++++++++++++++++++++++++ tests/test-harness.mjs | 1 + 10 files changed, 214 insertions(+), 16 deletions(-) diff --git a/panel.html b/panel.html index 36823fb..2c2943d 100644 --- a/panel.html +++ b/panel.html @@ -51,6 +51,14 @@