Add mobile support

This commit is contained in:
Webifi
2023-05-31 07:51:03 -05:00
parent df89356dc0
commit 4c685e1a1e
8 changed files with 198 additions and 47 deletions

View File

@@ -12,6 +12,7 @@
export let checkStateChange = writable(0) // Trigger for Chat
export let showSetChatSettings = writable(false) //
export let submitExitingPromptsNow = writable(false) // for them to go now. Will not submit anything in the input
export let pinMainMenu = writable(false) // for them to go now. Will not submit anything in the input
const chatDefaults = getChatDefaults()