From 97b081326fa46c62e6b392fa968a8c07dc734ebb Mon Sep 17 00:00:00 2001 From: DivyanshuVorrtex Date: Sun, 23 Nov 2025 18:02:21 +0000 Subject: [PATCH] ui fix --- pages/index.page.tsx | 2 +- pages/tools/index.page.tsx | 114 +++++++++++++++++++++++++------------ 2 files changed, 79 insertions(+), 37 deletions(-) diff --git a/pages/index.page.tsx b/pages/index.page.tsx index bc627b9b5..2248d6531 100644 --- a/pages/index.page.tsx +++ b/pages/index.page.tsx @@ -984,7 +984,7 @@ for Accounting integrations'
Email us {' '} diff --git a/pages/tools/index.page.tsx b/pages/tools/index.page.tsx index 5b9bb194e..40d40dd13 100644 --- a/pages/tools/index.page.tsx +++ b/pages/tools/index.page.tsx @@ -122,16 +122,21 @@ export default function ToolingPage({ } = useToolsTransform(toolingData); return ( - + JSON Schema - Tools -
+ +
{ - setIsSidebarOpen((prev) => !prev); - }} + className={ + 'bg-primary w-full h-12 mt-[4.5rem] relative lg:hidden px-8 flex justify-between items-center' + } + onClick={() => setIsSidebarOpen((prev) => !prev)} >

{numberOfTools} Tools

@@ -140,29 +145,36 @@ export default function ToolingPage({ transform: `${isSidebarOpen ? 'rotate(180deg)' : 'rotate(0)'}`, transition: 'transform 0.2s linear', }} - xmlns='http://www.w3.org/2000/svg' + xmlns={'http://www.w3.org/2000/svg'} height='24' viewBox='0 0 256 512' >
-
+ {/* FIX 1: mx → px, and overflow-x-hidden */} +
-
-
-
-

+
+
+
+

{numberOfTools}

-
+
Tools
+
JSON Schema Tooling -

+

Toolings below are written in different languages, and support part, or all, of at least one recent version of the specification.

-

+

Listing does not signify a recommendation or endorsement of any kind.

-
-
+ +
+
adding your tool -

+

Raise an issue to get your tool added or updated in the tooling table.

-
+
try bowtie -

+

Bowtie is a meta-validator for JSON Schema implementations and it provides compliance reports.

+ +