mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 10:01:21 +00:00
Remove refresh.
This commit is contained in:
parent
e5cf25a267
commit
cf6b3466f8
1 changed files with 1 additions and 8 deletions
|
|
@ -19,7 +19,7 @@ import {
|
||||||
setAppStorage,
|
setAppStorage,
|
||||||
} from "@mariozechner/pi-web-ui";
|
} from "@mariozechner/pi-web-ui";
|
||||||
import { html, render } from "lit";
|
import { html, render } from "lit";
|
||||||
import { History, Plus, RefreshCw, Settings } from "lucide";
|
import { History, Plus, Settings } from "lucide";
|
||||||
import { browserJavaScriptTool } from "./tools/index.js";
|
import { browserJavaScriptTool } from "./tools/index.js";
|
||||||
import "./utils/live-reload.js";
|
import "./utils/live-reload.js";
|
||||||
|
|
||||||
|
|
@ -257,13 +257,6 @@ const renderApp = () => {
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center gap-1 px-2">
|
<div class="flex items-center gap-1 px-2">
|
||||||
${Button({
|
|
||||||
variant: "ghost",
|
|
||||||
size: "sm",
|
|
||||||
children: icon(RefreshCw, "sm"),
|
|
||||||
onClick: () => window.location.reload(),
|
|
||||||
title: "Reload",
|
|
||||||
})}
|
|
||||||
<theme-toggle></theme-toggle>
|
<theme-toggle></theme-toggle>
|
||||||
${Button({
|
${Button({
|
||||||
variant: "ghost",
|
variant: "ghost",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue