From 18f023e6e3bf823314b1ad58fffd23f9b4f6708b Mon Sep 17 00:00:00 2001 From: Julian Freeman Date: Mon, 1 Dec 2025 08:51:17 -0400 Subject: [PATCH] fix bug, in the middle --- spec/bug-fix-1.md | 61 +++++++++++++++++++++++++++++++++ src/components/RequestPanel.vue | 31 +++++++++++------ 2 files changed, 82 insertions(+), 10 deletions(-) create mode 100644 spec/bug-fix-1.md diff --git a/spec/bug-fix-1.md b/spec/bug-fix-1.md new file mode 100644 index 0000000..714ea21 --- /dev/null +++ b/spec/bug-fix-1.md @@ -0,0 +1,61 @@ +# Bug Fixes & UI Polishing Tasks + +**Context:** +We are refining the "LiteRequest" application. The core logic works, but there are specific UI bugs and a functional regression in the Settings module. + +**Goal:** Fix visual inconsistencies and ensure the Settings (Font Size/Family) are correctly applied to the CodeMirror editor. + +## Task List + +### 1. Reorder Tabs in Request Panel +* **Issue:** The **"Auth"** tab is currently the first tab. +* **Fix:** Move the **"Auth"** tab to the **last position**. +* **Order:** `Params` -> `Headers` -> `Body` -> `Auth`. +* **Action:** Update `RequestPanel.vue` (both the tab navigation list and the conditional rendering of the content). + +### 2. Fix Method Dropdown Styling (Dark Mode) +* **Issue:** The HTML ``. + * Ensure the ` - + {