From db8735527469d01ac9588d9513c3a2541c3c0a6c Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Fri, 18 Jul 2025 03:26:42 +0100 Subject: [PATCH] chore: use monaco editor --- .idea/workspace.xml | 37 ++--- package-lock.json | 37 +++++ package.json | 1 + src/components/input/LineNumberInput.tsx | 127 ------------------ src/components/input/ToolCodeInput.tsx | 73 ++++++++++ .../tools/json/json-comparison/index.tsx | 100 +++++--------- 6 files changed, 163 insertions(+), 212 deletions(-) delete mode 100644 src/components/input/LineNumberInput.tsx create mode 100644 src/components/input/ToolCodeInput.tsx diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7c01f00..fdef5fc 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,17 +4,24 @@