From 92186504a56f5c7d2c1c5a03bcdeeecf46b2ccf3 Mon Sep 17 00:00:00 2001 From: Ingo Wolf Date: Sun, 15 Jun 2025 16:37:48 +1000 Subject: [PATCH 1/3] redesign gmae page --- src/lib/components/play.svelte | 41 +++++++++++++++++----------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/src/lib/components/play.svelte b/src/lib/components/play.svelte index 4359c9bf..786d61c3 100644 --- a/src/lib/components/play.svelte +++ b/src/lib/components/play.svelte @@ -60,28 +60,29 @@ }); -
- +
+ -
- {gmaedata?.category} -

{gmaedata?.name}

-
- {#each gmaedata?.tags || [] as tag} - #{tag} - {/each} - {#each gmaedata?.links || [] as link} - - {link.name} - - {/each} +
+
+ {gmaedata?.category} +

{gmaedata?.name}

+
+ {#each gmaedata?.tags || [] as tag} + #{tag} + {/each} + {#each gmaedata?.links || [] as link} + + {link.name} + + {/each} +
+

{gmaedata?.description}

-

{gmaedata?.description}

-
-
+
+
From 6b49a7873969c2f02fd482c79f75fa239e6e32fb Mon Sep 17 00:00:00 2001 From: Ingo Wolf Date: Sun, 15 Jun 2025 16:46:59 +1000 Subject: [PATCH 2/3] Add rel attrib Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- src/lib/components/play.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/play.svelte b/src/lib/components/play.svelte index 786d61c3..4c40807d 100644 --- a/src/lib/components/play.svelte +++ b/src/lib/components/play.svelte @@ -74,7 +74,7 @@ #{tag} {/each} {#each gmaedata?.links || [] as link} - + {link.name} {/each} From 36ac412ea34cc68291562062b912b9ac699fdcb2 Mon Sep 17 00:00:00 2001 From: Inglan Date: Sun, 15 Jun 2025 06:47:37 +0000 Subject: [PATCH 3/3] Prettified Code! --- src/lib/components/play.svelte | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/lib/components/play.svelte b/src/lib/components/play.svelte index 4c40807d..9244ed76 100644 --- a/src/lib/components/play.svelte +++ b/src/lib/components/play.svelte @@ -74,7 +74,12 @@ #{tag} {/each} {#each gmaedata?.links || [] as link} - + {link.name} {/each}