From c49d18cac3913e2fb5d368bdfc33316bb954460e Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Tue, 25 Jun 2024 07:15:42 +0100 Subject: [PATCH] refactor: tool input and result --- .idea/workspace.xml | 120 ++++++++++-------- src/components/ToolInputAndResult.tsx | 21 +++ src/components/options/ToolOptionGroups.tsx | 7 +- .../image/png/change-colors-in-png/index.tsx | 69 +++++----- src/pages/number/sum/index.tsx | 13 +- src/pages/string/join/index.tsx | 13 +- src/pages/string/split/index.tsx | 13 +- src/pages/string/to-morse/index.tsx | 13 +- 8 files changed, 150 insertions(+), 119 deletions(-) create mode 100644 src/components/ToolInputAndResult.tsx diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1067e7d..4993e59 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,15 @@