Agent Tools and CLI Tools section headings were static divs with no way to collapse sections the user is not interested in, making the page unwieldy with a large tool set. - Convert both section heading divs to button elements toggling agentSectionOpen / cliSectionOpen state (both default open) - Section content renders conditionally on those booleans - ChevronsUpDown icon added (already in lucide-react bundle) that fades in on hover and indicates collapsed/expanded state - No change to individual tool card parameter schema expand/collapse Risk: Low — UI state only, no API or logic change. Does not change: search/filter behaviour, tool card expand/collapse, CLI tools table structure. |
||
|---|---|---|
| .. | ||
| dist | ||
| public | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||