mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 08:03:39 +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,
|
||||
} from "@mariozechner/pi-web-ui";
|
||||
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 "./utils/live-reload.js";
|
||||
|
||||
|
|
@ -257,13 +257,6 @@ const renderApp = () => {
|
|||
}
|
||||
</div>
|
||||
<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>
|
||||
${Button({
|
||||
variant: "ghost",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue