Fix chat collapsable bar button icon color on hover being the same as background; fix spacing in setup titles.
This commit is contained in:
parent
c5218f3c1a
commit
f87966aa15
4 changed files with 19 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue