Fix chat collapsable bar button icon color on hover being the same as background; fix spacing in setup titles.

This commit is contained in:
天クマ 2026-08-17 19:57:48 -03:00
commit f87966aa15
4 changed files with 19 additions and 6 deletions

View file

@ -9,6 +9,8 @@ import { showNotification } from "./notification";
import type { Chat, Message, WebSocketEvent } from "./types";
import { activeChatState, setActiveChatState } from "./states";
if (localStorage.getItem('setupComplete') !== "true") window.location.href = "index.html";
const messageTone = new Audio("./message.ogg");
const longPressEvent = new CustomEvent("longpress");
export let isLoadingChat = false;