From 37154c6461c55a0ea4534ff2bebce0ad082fc781 Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Sun, 9 Mar 2025 18:06:27 +0000 Subject: [PATCH] refactor: use ToolContent --- .idea/workspace.xml | 48 ++-- .../tools/image/png/compress-png/index.tsx | 114 +++++----- .../image/png/convert-jgp-to-png/index.tsx | 104 ++++----- .../image/png/create-transparent/index.tsx | 109 +++++---- src/pages/tools/json/prettify/index.tsx | 87 ++++---- .../tools/list/find-most-popular/index.tsx | 186 ++++++++-------- src/pages/tools/list/group/index.tsx | 210 +++++++++--------- src/pages/tools/list/rotate/index.tsx | 150 ++++++------- src/pages/tools/list/sort/index.tsx | 190 ++++++++-------- src/pages/tools/number/generate/index.tsx | 121 +++++----- .../string/remove-duplicate-lines/index.tsx | 133 +++++------ src/pages/tools/string/split/index.tsx | 98 ++++---- .../tools/video/gif/change-speed/index.tsx | 86 ++++--- 13 files changed, 791 insertions(+), 845 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d9ee357..7dc080b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,18 +4,20 @@