From 4406096974e19544b0c08cbc990cbf08b6cd7f23 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Wed, 3 Sep 2025 13:51:55 -0400 Subject: [PATCH] wip: cloud --- cloud/app/src/routes/index.tsx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/cloud/app/src/routes/index.tsx b/cloud/app/src/routes/index.tsx index 74100075..23d602db 100644 --- a/cloud/app/src/routes/index.tsx +++ b/cloud/app/src/routes/index.tsx @@ -1,5 +1,5 @@ import { Title } from "@solidjs/meta" -import { onCleanup, onMount } from "solid-js" +import { Match, onCleanup, onMount, Switch } from "solid-js" import "./index.css" import logoLight from "../asset/logo-ornate-light.svg" import logoDark from "../asset/logo-ornate-dark.svg" @@ -87,9 +87,16 @@ export default function Home() { , a curated list of models provided by opencode  /  - - {workspace() ? "Dashboard" : "Sign in"} - + + + + Dashboard + + + + Sign in + +