mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-05 16:34:57 +05:30
chore: Update checklist and tool list after implementing ToolContent.
This commit is contained in:
parent
de68f1221f
commit
b4322335cc
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue