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 ` - + {