[feat] basic mainmenu

This commit is contained in:
kwaroran
2023-06-03 23:58:24 +09:00
parent ce3f0dff0a
commit c80b22a728
6 changed files with 57 additions and 13 deletions

View File

@@ -670,7 +670,7 @@
if(cha.type !== 'group'){
shareRisuHub(cha)
}
}} class="text-neutral-200 mt-2 text-lg bg-transparent border-solid border-1 border-borderc p-4 hover:bg-green-500 transition-colors cursor-pointer">Upload Hub (experimental)</button>
}} class="text-neutral-200 mt-2 text-lg bg-transparent border-solid border-1 border-borderc p-4 hover:bg-green-500 transition-colors cursor-pointer">{language.shareCloud} <Help key="experimental" /></button>
{/if}
{:else}
{#if currentChar.data.chats[currentChar.data.chatPage].supaMemoryData && currentChar.data.chats[currentChar.data.chatPage].supaMemoryData.length > 4}

View File

@@ -518,8 +518,8 @@
</div>
<div
class="setting-area flex w-96 flex-col overflow-y-auto overflow-x-hidden bg-darkbg p-6 text-gray-200"
class:flex-grow={$SizeStore.w <= 1000}
class:minw96={$SizeStore.w > 1000}
class:flex-grow={$SizeStore.w <= 1028}
class:minw96={$SizeStore.w > 1028}
>
<button
class="flex w-full justify-end text-gray-200"