From 1fa601d7c5fa6f83cb38608512e0c317197fafbe Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Tue, 9 Dec 2025 21:03:50 -0500 Subject: [PATCH 01/10] Fix CBOR-LD side-table on small (> 1080p) screens. --- playground/next/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playground/next/index.html b/playground/next/index.html index b6fdb2e8..0a4e3fd3 100644 --- a/playground/next/index.html +++ b/playground/next/index.html @@ -297,8 +297,8 @@

JSON-LD Playground

-
-
+
+
@@ -340,8 +340,8 @@

JSON-LD Playground

-
- +
+
From 35ae02bde9ee564b171e5913b676fef218618440 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Tue, 9 Dec 2025 21:14:31 -0500 Subject: [PATCH 02/10] Fix expand icon. --- playground/next/editor.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/next/editor.mjs b/playground/next/editor.mjs index 48466a4d..f1ecd167 100644 --- a/playground/next/editor.mjs +++ b/playground/next/editor.mjs @@ -333,7 +333,7 @@ window.app = createApp({ safe: '' }, tabs: { - expanded: {icon: 'expanded alternate', label: 'Expanded'}, + expanded: {icon: 'expand alternate', label: 'Expanded'}, compacted: {icon: 'compress alternate', label: 'Compacted'}, flattened: {icon: 'bars', label: 'Flattened'}, framed: {icon: 'crop alternate', label: 'Framed'}, From 9d2e4b9fc855a5342b9e8cb4d95a72e53e384228 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Tue, 9 Dec 2025 21:14:59 -0500 Subject: [PATCH 03/10] Bottom code area will now grow with content. ...for better or worse. --- playground/next/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/next/index.html b/playground/next/index.html index 0a4e3fd3..40af8745 100644 --- a/playground/next/index.html +++ b/playground/next/index.html @@ -296,7 +296,7 @@

JSON-LD Playground

-
+
From 1060c6561b7141ec702f01b34e8303a2331bbf84 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Wed, 10 Dec 2025 11:16:14 -0500 Subject: [PATCH 04/10] Switch to v-if to hide message. This was causing extra space when the message was empty. --- playground/next/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/next/index.html b/playground/next/index.html index 40af8745..bb5cd788 100644 --- a/playground/next/index.html +++ b/playground/next/index.html @@ -112,7 +112,7 @@

JSON-LD Playground

-
+
JSON-LD Playground
JSON-LD Size bytes
+
+ +
+
+
+
-
- -
-
-
-
From cbe849444b5a67cac86e679354f39a68fdb1dd3b Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Wed, 10 Dec 2025 11:39:25 -0500 Subject: [PATCH 08/10] Improve placement of URL fields. --- playground/next/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/next/index.html b/playground/next/index.html index f708721d..447eff94 100644 --- a/playground/next/index.html +++ b/playground/next/index.html @@ -127,7 +127,7 @@

JSON-LD Playground

JSON-LD Input
Options