From 1d48ab82563b47e5b525eff15a76a429755a0c6e Mon Sep 17 00:00:00 2001
From: grngxd <36968271+grngxd@users.noreply.github.com>
Date: Tue, 10 Jun 2025 00:31:23 +0100
Subject: [PATCH] refactor to dashboard!
---
src/components/Controlbar.tsx | 1 +
src/routes/dashboard/index.tsx | 67 +++++++++++++++++++++++++++++++
src/routes/index.tsx | 72 ++++++----------------------------
3 files changed, 81 insertions(+), 59 deletions(-)
create mode 100644 src/routes/dashboard/index.tsx
diff --git a/src/components/Controlbar.tsx b/src/components/Controlbar.tsx
index ba5e7d9..54de524 100644
--- a/src/components/Controlbar.tsx
+++ b/src/components/Controlbar.tsx
@@ -50,6 +50,7 @@ export default component$(() => {
/>
+ {/* TODO: replace this button with a modal with options like settings log out etc */}