From c9429a32024056a694179956926d966b21b2bae4 Mon Sep 17 00:00:00 2001 From: Space Date: Sun, 2 Feb 2025 16:48:20 +0100 Subject: [PATCH] Refactor Index component for improved code readability and consistency --- app/routes/_index.tsx | 58 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 46 insertions(+), 12 deletions(-) diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index 8776118..641d6cd 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -85,9 +85,7 @@ export default function Index() { Developer & Gamer -

- Self-proclaimed Dev -

+

Self-proclaimed Dev

@@ -287,18 +285,31 @@ export default function Index() {

Visit Project - - + + - + {project.open_source && ( - - + + Source Code )} - + {project.blog_post && ( - - + + Read Blog @@ -533,4 +558,13 @@ const projects: { }, image: "https://i.scdn.co/image/ab67616d00001e02124e9249fada4ff3c3a0739c", }, + { + name: "Open Web UI - Memory Importer", + description: + "A simple Memory Importer for the Open Web UI. Just a fun little project.", + link: "https://github.com/Space-Banane/openweb-memory-importer", + open_source: { + link: "https://github.com/Space-Banane/openweb-memory-importer", + }, + }, ];