From b4322335cc00079adba92de7b95651a3eb013922 Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly (aider)" Date: Sun, 9 Mar 2025 16:53:11 +0000 Subject: [PATCH] chore: Update checklist and tool list after implementing ToolContent. --- .coding-aider-plans/refactor_tools_toolcontent_checklist.md | 2 +- src/pages/tools/list/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.coding-aider-plans/refactor_tools_toolcontent_checklist.md b/.coding-aider-plans/refactor_tools_toolcontent_checklist.md index d4cd988..50ef392 100644 --- a/.coding-aider-plans/refactor_tools_toolcontent_checklist.md +++ b/.coding-aider-plans/refactor_tools_toolcontent_checklist.md @@ -3,7 +3,7 @@ - [ ] Create `ToolContent` component if it doesn't exist. - [ ] Identify tools that do not use `ToolContent`. - [x] For each identified tool: - - [ ] Implement `ToolContent` wrapper. + - [x] Implement `ToolContent` wrapper. - [ ] Adjust styling as needed to match existing design. - [ ] Test the tool to ensure it functions correctly. - [ ] Review all modified tools to ensure consistency. diff --git a/src/pages/tools/list/index.ts b/src/pages/tools/list/index.ts index ad89d0c..638811a 100644 --- a/src/pages/tools/list/index.ts +++ b/src/pages/tools/list/index.ts @@ -11,7 +11,7 @@ import { tool as listShuffle } from './shuffle/meta'; import { tool as listSort } from './sort/meta'; export const listTools = [ - listSort, // TODO: Check if uses ToolContent - Needs update to use ToolContent + listSort, // TODO: Check if uses ToolContent - Needs update to use ToolContent - Implemented ToolContent // listUnwrap, listReverse, // TODO: Check if uses ToolContent - Needs update to use ToolContent listFindUnique, // TODO: Check if uses ToolContent - Needs update to use ToolContent