From 361c4e0b6233872b440604f3ffa07d048168c7b0 Mon Sep 17 00:00:00 2001 From: grngxd <36968271+grngxd@users.noreply.github.com> Date: Tue, 29 Jul 2025 22:19:56 +0100 Subject: [PATCH] new settings layout --- src/components/dashboard/Settings.tsx | 117 ++++++++++++++--- src/routes/dashboard/index.tsx | 179 +++++++++++--------------- 2 files changed, 180 insertions(+), 116 deletions(-) diff --git a/src/components/dashboard/Settings.tsx b/src/components/dashboard/Settings.tsx index 3b057b9..d7526f6 100644 --- a/src/components/dashboard/Settings.tsx +++ b/src/components/dashboard/Settings.tsx @@ -1,24 +1,111 @@ -import { component$ } from "@builder.io/qwik"; +// import { component$ } from "@builder.io/qwik"; +// import { useNanostore$ } from "~/hooks/nanostores"; +// import { isSettingsOpen, userInfo } from "~/lib/stores"; +// import { StereoUser } from "~/lib/types"; + +import { component$, useComputed$, useSignal, useTask$ } from "@builder.io/qwik"; import { useNanostore$ } from "~/hooks/nanostores"; -import { isSettingsOpen, userInfo } from "~/lib/stores"; -import { StereoUser } from "~/lib/types"; +import { isSettingsOpen } from "~/lib/stores"; + +const StorageAndPlan = component$(() => { + return ( +
current plan: stereo free
+manage your api keys and integrations here
+manage your privacy settings and security options
+description
+Unsupported file type
-{file.Name}
-- {formatSize(file.Size)} - • - Uploaded on {new Date(file.CreatedAt).toLocaleDateString()} -
-Unsupported file type
{file.Name}
++ {formatSize(file.Size)} + • + Uploaded on {new Date(file.CreatedAt).toLocaleDateString()} +
+