wip: desktop cleanup
This commit is contained in:
parent
37e2644452
commit
9efc2eaf2e
1 changed files with 0 additions and 3 deletions
|
|
@ -28,9 +28,6 @@ export default function Page() {
|
||||||
const [isDragging, setIsDragging] = createSignal<"left" | "right" | undefined>(undefined)
|
const [isDragging, setIsDragging] = createSignal<"left" | "right" | undefined>(undefined)
|
||||||
const [leftScrolled, setLeftScrolled] = createSignal(false)
|
const [leftScrolled, setLeftScrolled] = createSignal(false)
|
||||||
|
|
||||||
// TODO: remove
|
|
||||||
local.model.set({ providerID: "opencode", modelID: "grok-code" })
|
|
||||||
|
|
||||||
let inputRef: HTMLInputElement | undefined = undefined
|
let inputRef: HTMLInputElement | undefined = undefined
|
||||||
|
|
||||||
const MOD = typeof navigator === "object" && /(Mac|iPod|iPhone|iPad)/.test(navigator.platform) ? "Meta" : "Control"
|
const MOD = typeof navigator === "object" && /(Mac|iPod|iPhone|iPad)/.test(navigator.platform) ? "Meta" : "Control"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue