diff --git a/app/components/home.module.scss b/app/components/home.module.scss index 2a5a85bb..837c6752 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -10,7 +10,6 @@ min-width: 600px; min-height: 480px; max-width: 900px; - max-height: 720px; display: flex; overflow: hidden; diff --git a/app/components/home.tsx b/app/components/home.tsx index c544f71b..569c38ea 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -22,31 +22,31 @@ import DownloadIcon from "../icons/download.svg"; import { Message, SubmitKey, useChatStore, ChatSession } from "../store"; import { showModal } from "./ui-lib"; -import { copyToClipboard, downloadAs, isIOS } from "../utils"; -import Locale from '../locales' +import { copyToClipboard, downloadAs, isIOS, selectOrCopy } from "../utils"; +import Locale from "../locales"; import dynamic from "next/dynamic"; -export function Loading(props: { - noLogo?: boolean -}) { - return
{mdText}-
{mdText}+
{session.memoryPrompt || Locale.Memory.EmptyContent}-
+ {session.memoryPrompt || Locale.Memory.EmptyContent} ++