Add LoadingStatusState and improve tokenizer functionality
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
import { DynamicGUI, settingsOpen, sideBarStore, ShowRealmFrameStore, openPresetList, openPersonaList, MobileGUI, CustomGUISettingMenuStore, loadedStore, alertStore } from './ts/stores.svelte';
|
||||
import { DynamicGUI, settingsOpen, sideBarStore, ShowRealmFrameStore, openPresetList, openPersonaList, MobileGUI, CustomGUISettingMenuStore, loadedStore, alertStore, LoadingStatusState } from './ts/stores.svelte';
|
||||
import Sidebar from './lib/SideBars/Sidebar.svelte';
|
||||
import { DBState } from './ts/stores.svelte';
|
||||
import ChatScreen from './lib/ChatScreens/ChatScreen.svelte';
|
||||
@@ -46,6 +46,7 @@
|
||||
<path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z"></path>
|
||||
</svg>
|
||||
<span>Loading...</span>
|
||||
<span>{LoadingStatusState.text}</span>
|
||||
</div>
|
||||
{:else if $CustomGUISettingMenuStore}
|
||||
<CustomGUISettingMenu />
|
||||
|
||||
Reference in New Issue
Block a user