From 7edcd0a49cb13159653d7c1a1b6651bd750824ee Mon Sep 17 00:00:00 2001 From: grngxd <36968271+grngxd@users.noreply.github.com> Date: Sun, 8 Jun 2025 10:47:17 +0100 Subject: [PATCH] api client --- src/components/Controlbar.tsx | 2 +- src/lib/api.ts | 25 ++++++++++++++++ src/routes/index.tsx | 56 +++++++---------------------------- 3 files changed, 36 insertions(+), 47 deletions(-) create mode 100644 src/lib/api.ts diff --git a/src/components/Controlbar.tsx b/src/components/Controlbar.tsx index 172f1a5..b665482 100644 --- a/src/components/Controlbar.tsx +++ b/src/components/Controlbar.tsx @@ -3,7 +3,7 @@ import { component$ } from "@builder.io/qwik"; // TODO: add upload button and other stuff fr export default component$(() => { return ( -