diff options
| author | Dax Raad <[email protected]> | 2025-09-03 14:05:10 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-03 14:05:10 -0400 |
| commit | 605f78944d81b897ba449a4ee0c016d27803180e (patch) | |
| tree | 70f70909fa5ed77807e19558626101609299bc44 /cloud/app | |
| parent | 9f7e14dc7ed1a1d768194fdcbc97f1e6381949b5 (diff) | |
| download | opencode-605f78944d81b897ba449a4ee0c016d27803180e.tar.gz opencode-605f78944d81b897ba449a4ee0c016d27803180e.zip | |
wip: css
Diffstat (limited to 'cloud/app')
| -rw-r--r-- | cloud/app/src/routes/index.tsx | 4 | ||||
| -rw-r--r-- | cloud/app/src/routes/workspace.tsx | 2 | ||||
| -rw-r--r-- | cloud/app/src/routes/workspace/[id].tsx | 1 |
3 files changed, 2 insertions, 5 deletions
diff --git a/cloud/app/src/routes/index.tsx b/cloud/app/src/routes/index.tsx index e86775a35..bd2f8d1f1 100644 --- a/cloud/app/src/routes/index.tsx +++ b/cloud/app/src/routes/index.tsx @@ -1,8 +1,8 @@ -import { Title } from "@solidjs/meta" -import { Match, onCleanup, onMount, Switch } from "solid-js" import "./index.css" import "./workspace.css" import "./workspace/[id].css" +import { Title } from "@solidjs/meta" +import { Match, onCleanup, onMount, Switch } from "solid-js" import logoLight from "../asset/logo-ornate-light.svg" import logoDark from "../asset/logo-ornate-dark.svg" import IMG_SPLASH from "../asset/lander/screenshot-splash.png" diff --git a/cloud/app/src/routes/workspace.tsx b/cloud/app/src/routes/workspace.tsx index 791d22110..c14692bad 100644 --- a/cloud/app/src/routes/workspace.tsx +++ b/cloud/app/src/routes/workspace.tsx @@ -1,8 +1,6 @@ -import "./workspace.css" import { useAuthSession } from "~/context/auth.session" import { IconLogo } from "../component/icon" import { withActor } from "~/context/auth.withActor" -import "./workspace.css" import { query, action, redirect, createAsync, RouteSectionProps, Navigate, useNavigate, useParams, A } from "@solidjs/router" import { User } from "@opencode/cloud-core/user.js" import { Actor } from "@opencode/cloud-core/actor.js" diff --git a/cloud/app/src/routes/workspace/[id].tsx b/cloud/app/src/routes/workspace/[id].tsx index 2e3f526c3..d4a3500e7 100644 --- a/cloud/app/src/routes/workspace/[id].tsx +++ b/cloud/app/src/routes/workspace/[id].tsx @@ -1,4 +1,3 @@ -import "./[id].css" import { Billing } from "@opencode/cloud-core/billing.js" import { Key } from "@opencode/cloud-core/key.js" import { action, createAsync, query, useAction, useSubmission, json, useParams } from "@solidjs/router" |
