mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-05 00:44:54 +01:00
ignore: zen
This commit is contained in:
@@ -11,7 +11,6 @@ import { createAsync, query, redirect } from "@solidjs/router"
|
|||||||
import { getActor } from "~/context/auth"
|
import { getActor } from "~/context/auth"
|
||||||
import { withActor } from "~/context/auth.withActor"
|
import { withActor } from "~/context/auth.withActor"
|
||||||
import { Account } from "@opencode/cloud-core/account.js"
|
import { Account } from "@opencode/cloud-core/account.js"
|
||||||
import { Show } from "solid-js"
|
|
||||||
|
|
||||||
function CopyStatus() {
|
function CopyStatus() {
|
||||||
return (
|
return (
|
||||||
@@ -83,25 +82,23 @@ export default function Home() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<Show when={false}>
|
<section data-component="zen">
|
||||||
<section data-component="zen">
|
<a href="/docs/zen">opencode zen</a>
|
||||||
<a href="/docs/zen">opencode zen</a>
|
<span data-slot="description">
|
||||||
<span data-slot="description">
|
, a curated list of models provided by opencode
|
||||||
, a curated list of models provided by opencode
|
</span>
|
||||||
</span>
|
<span data-slot="divider"> / </span>
|
||||||
<span data-slot="divider"> / </span>
|
<a
|
||||||
<a
|
href={
|
||||||
href={
|
workspaceId()
|
||||||
workspaceId()
|
? `/workspace/${workspaceId()}`
|
||||||
? `/workspace/${workspaceId()}`
|
: "/auth/authorize"
|
||||||
: "/auth/authorize"
|
}
|
||||||
}
|
target="_self"
|
||||||
target="_self"
|
>
|
||||||
>
|
Sign in
|
||||||
Sign in
|
</a>
|
||||||
</a>
|
</section>
|
||||||
</section>
|
|
||||||
</Show>
|
|
||||||
|
|
||||||
<section data-component="features">
|
<section data-component="features">
|
||||||
<ul data-slot="list">
|
<ul data-slot="list">
|
||||||
|
|||||||
Reference in New Issue
Block a user