© 2024-{today.year()} OnixByte. Built with React & TypeScript.
diff --git a/src/page/home/index.tsx b/src/page/home/index.tsx
index 54c2c30..4a30aee 100644
--- a/src/page/home/index.tsx
+++ b/src/page/home/index.tsx
@@ -71,24 +71,26 @@ export default function Home() {
}, [query, result.matchedValues])
return (
-
- {/* Left input panel - 40% */}
-
-
-
+
+ {/* Left panel - 30% */}
+
+ {/* JSON Source - fills remaining height */}
+
-
+ {/* JSONPath Expression - fixed height */}
+
- {/* Right visualisation panel - 60% */}
-
-
+ {/* Right visualisation panel - 70% */}
+
+
Visualised Result
@@ -129,12 +131,13 @@ export default function Home() {
-
- {result.error ? (
-
+
+ {result.error && (
+
Error: {result.error}
- ) : (
+ )}
+ {result.parsed && (