From 03caf9b5a24735490077d5648eb2e54bbaf6bf77 Mon Sep 17 00:00:00 2001 From: Fernando Hernandez Date: Tue, 30 Jul 2024 11:44:59 +0200 Subject: [PATCH 1/4] added background images --- ui/src/routes/+page.svelte | 3 +++ ui/src/routes/{HeroBackgorund.svelte => HeroBackground.svelte} | 0 2 files changed, 3 insertions(+) rename ui/src/routes/{HeroBackgorund.svelte => HeroBackground.svelte} (100%) diff --git a/ui/src/routes/+page.svelte b/ui/src/routes/+page.svelte index 88a79769..991a8451 100755 --- a/ui/src/routes/+page.svelte +++ b/ui/src/routes/+page.svelte @@ -1,4 +1,5 @@ -
+

Recent posts

diff --git a/ui/src/routes/Recent.svelte b/ui/src/routes/Recent.svelte index 64a908f8..1c27c72b 100755 --- a/ui/src/routes/Recent.svelte +++ b/ui/src/routes/Recent.svelte @@ -9,12 +9,22 @@
{#if title.includes("datasets")} -

DATASETS

+

+ DATASETS +

{:else if title.includes("models")} -

MODELS

+

+ MODELS +

{/if}

{title}

-
+
{#if data} {#each data as item} From 73e695a4f3aba8adbdec2251d8a860e37feb2c9b Mon Sep 17 00:00:00 2001 From: Juan Sensio Date: Thu, 1 Aug 2024 09:47:06 +0200 Subject: [PATCH 4/4] update --- ui/src/app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app.html b/ui/src/app.html index ef655710..694f3a9a 100755 --- a/ui/src/app.html +++ b/ui/src/app.html @@ -5,7 +5,7 @@ - EO-TDL + EOTDL %sveltekit.head%