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()} +
+