feat: implement preset and parallel requests for HypaV3
This commit is contained in:
@@ -23,9 +23,8 @@
|
||||
import Help from "./Help.svelte";
|
||||
import { getChatBranches } from "src/ts/gui/branches";
|
||||
import { getCurrentCharacter } from "src/ts/storage/database.svelte";
|
||||
import { message } from "@tauri-apps/plugin-dialog";
|
||||
import HypaV3Modal from './HypaV3Modal.svelte';
|
||||
import Googli from "../UI/Googli.svelte";
|
||||
import Googli from "../UI/Googli.svelte";
|
||||
|
||||
let btn
|
||||
let input = $state('')
|
||||
let cardExportType = $state('realm')
|
||||
@@ -651,10 +650,6 @@
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{#if $alertStore.type === "hypaV3"}
|
||||
<HypaV3Modal />
|
||||
{/if}
|
||||
|
||||
<style>
|
||||
.break-any{
|
||||
word-break: normal;
|
||||
|
||||
Reference in New Issue
Block a user